summaryrefslogtreecommitdiff
path: root/3rd-party/dirsplit/dirsplit.1
diff options
context:
space:
mode:
Diffstat (limited to '3rd-party/dirsplit/dirsplit.1')
-rw-r--r--3rd-party/dirsplit/dirsplit.127
1 files changed, 27 insertions, 0 deletions
diff --git a/3rd-party/dirsplit/dirsplit.1 b/3rd-party/dirsplit/dirsplit.1
new file mode 100644
index 0000000..76fdfa5
--- /dev/null
+++ b/3rd-party/dirsplit/dirsplit.1
@@ -0,0 +1,27 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
+.TH DIRSPLIT "1" "March 2004" "dirsplit 0.3" "User Commands"
+.SH NAME
+dirsplit \- splits directory into multiple with equal size
+.SH SYNOPSIS
+dirsplit \fB[options]\fR < directory | content-list-file >
+.SH DESCRIPTION
+displit is designed to for a simple purpose: convert a directory with
+many multiple files (which are all smaller than a certain medium, eg.
+DVD) and "splits" it into "volumes", looking for the optimal order to
+get the best space/medium-number efficiency.
+.P
+The actual action is either adding the files to mkisofs catalogs or real
+moving of files into new directories (or creating links/symlinks).
+The method is not limited to files, whole directories can also be handled this
+way (see various filesystem exploration modes).
+.SH OPTIONS
+.TP
+Run dirsplit \fB\-h\fR to get the basic usage info.
+.TP
+Run dirsplit \fB\-H\fR to get the whole option overview and description.
+.SH EXAMPLES
+Run dirsplit \fB\-H\fR to see the commented examples.
+.SH AUTHOR
+\fBdirsplit\fR is created by Eduard Bloch (blade@debian.org) and is licensed
+under the GPLv2.
+