home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / c-util.zip / LUMP.DOC < prev    next >
Text File  |  1984-02-05  |  489b  |  16 lines

  1.                   Lump together a group of files
  2.                   ==============================
  3.  
  4. Usage:  lump outfile infile1 ...
  5.  
  6.    Lump all input files into the output file,
  7.    each being preceeded with a line identifying itself:
  8.  
  9.       *FILE: filename.ext
  10.  
  11.    Input files must contain only printable ASCII characters.
  12.    If the output file exists, the program aborts.
  13.    If no parameters are given the program tells about itself.
  14.  
  15. Use UNLUMP to break apart the file.
  16.