1DIRSPLIT(1) User Commands DIRSPLIT(1)
2
3
4
6 dirsplit - splits directory into multiple with equal size
7
9 dirsplit [options] < directory | content-list-file >
10
12 displit is designed to for a simple purpose: convert a directory with
13 many multiple files (which are all smaller than a certain medium, eg.
14 DVD) and "splits" it into "volumes", looking for the optimal order to
15 get the best space/medium-number efficiency.
16
17 The actual action is either adding the files to mkisofs catalogs or
18 real moving of files into new directories (or creating links/symlinks).
19 The method is not limited to files, whole directories can also be han‐
20 dled this way (see various filesystem exploration modes).
21
23 Run dirsplit -h to get the basic usage info.
24
25 Run dirsplit -H to get the whole option overview and description.
26
28 Run dirsplit -H to see the commented examples.
29
31 dirsplit is created by Eduard Bloch (blade@debian.org) and is licensed
32 under the GPLv2.
33
34
35
36
37dirsplit 0.3 March 2004 DIRSPLIT(1)