home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / zip.lbr / ZIP.DZC / ZIP.DOC
Encoding:
Text File  |  1993-10-25  |  640 b   |  18 lines

  1. Many public domain utilities exist which can execute the concatenation of
  2. files (i.e. join them end to end).  The program zip was written to join up
  3. to seven ASCII files in a side to side or column sense.  This is useful in 
  4. data analysis, spreadsheets, and reports.
  5.  
  6. The program is written in C.  The executable file is complied for an 8080 and
  7. CP/M with Aztec C.  The command line is simply
  8.  
  9.         zip file1 file2 [ ... file7] [>outfile]
  10.  
  11. where the output is to stdout and redirection to a file, prn:, or lst: can be 
  12. specified.
  13.  
  14. 10/18/85
  15. Bob Presswood
  16. Lisle, IL
  17. (312) 963-0162
  18.  to stdout and redirection to a file, prn:, or