home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / filutl / cmp20.lbr / CMP20.DOC < prev   
Encoding:
Text File  |  1987-02-22  |  384 b   |  14 lines

  1.     CMP20 is a fast Unix-style binary file comparison
  2. program.  To get a help screen, invoke the program without
  3. any arguments.
  4.  
  5.     CMP20 is written in C and compiled with Software
  6. Toolworks's C80.  Its console output may be redirected to a
  7. file or to a device with a command like
  8.  
  9. A>cmp20 file1 file2 >file12.dif
  10.  
  11. or
  12.  
  13. A>cmp20 file1 file2 >lst:
  14.