22d0f39538
Optimally choose files to be put on a CD (or other media) PR: 34225 Submitted by: Steven Enderle <enderle@mdn.de>
6 lines
381 B
Text
6 lines
381 B
Text
Bestfit is a small program to determine which files that should be put
|
|
on a CD (or other media), so that as little space as possible is wasted.
|
|
It is very easy to use: you specify files on the command line, and
|
|
bestfit prints the names of those that were selected. Alternatively,
|
|
bestfit can execute a command for each selected file (eg. to move them
|
|
to a different directory).
|