diskpack.icn: Program to produce packing list for diskettes

June 10, 1994; Ralph E. Griswold
Requires: UNIX
This file is in the public domain.
This program is designed to produce a list of files to fit onto
diskettes.  It can be adapted to other uses.

This program uses a straightforward, first-fit algorithm.

The options supported are:

    -s i    diskette capacity, default 360000
    -r i    space to reserve on first diskettes, default 0
    -n s    UNIX-style file name specification for files to
            be packed, default "*.lzh"

Source code | Program Library Page | Icon Home Page