Linux Commands Examples

A great documentation place for Linux commands

dirsplit

splits directory into multiple with equal size

Synopsis

dirsplit [options] < directory | content-list-file >


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

1

Run dirsplit -H to see the commented examples.


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.

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).

options

Run dirsplit -h to get the basic usage info.
Run dirsplit -H to get the whole option overview and description.


author

dirsplit is created by Eduard Bloch (blade[:at:]debian[:dot:]org) and is licensed under the GPLv2.

How can this site be more helpful to YOU ?


give  feedback