pack.icn: Program to package multiple files

July 1, 1997; Ralph E. Griswold
See also: unpack.icn
This file is in the public domain.
   This programs takes a list of file names on the command line and
packages the files into a single file, which is written to standard
output.

   Files are separated by a header, ##########, followed by the file
name.  This simple scheme does not work if a file contains such a header
itself, and it's problematical for files of binary data.

Source code | Program Library Page | Icon Home Page