Dec 252017
Lump files together. Unlump, too. Includes complete C source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
LUMP.C | 1152 | 507 | deflated |
LUMP.DOC | 512 | 264 | deflated |
UNLUMP.C | 1536 | 607 | deflated |
Download File LUMP.ZIP Here
Contents of the LUMP.DOC file
Lump together a group of files
==============================
Usage: lump outfile infile1 ...
Lump all input files into the output file,
each being preceeded with a line identifying itself:
*FILE: filename.ext
Input files must contain only printable ASCII characters.
If the output file exists, the program aborts.
If no parameters are given the program tells about itself.
Use UNLUMP to break apart the file.
==============================
Usage: lump outfile infile1 ...
Lump all input files into the output file,
each being preceeded with a line identifying itself:
*FILE: filename.ext
Input files must contain only printable ASCII characters.
If the output file exists, the program aborts.
If no parameters are given the program tells about itself.
Use UNLUMP to break apart the file.
December 25, 2017
Add comments