home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug028.arc / COMPARE.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  23 lines

  1.  
  2. COMPARE is a simple tool which will read two files,
  3. a block at a time, until one or both reach end-of-file,
  4. or until a byte-wise comparison of the blocks just read
  5. fails to match.  On complteion, you are informed of the
  6. number of bytes in the files (if they were both of the
  7. same size and all bytes matched) or the number of bytes
  8. that were read before a mismatch occurred.
  9.  
  10. No fantistic and sophisticated search algorithms are used
  11. to attempt re-synchronisation after a miss-match.
  12.  
  13. The utility is quite handy when you have a few versions
  14. of a file hanging around and don't know if they are the
  15. same or not.
  16.  
  17. "COMPARE.COM" and "COMPARE.ASM" appear on CPMUG #40. As
  18. no Documentation file appears, we have written this short
  19. explaination. If you want to obtain and modify the source
  20. code file, be warned that it contains MACROS from DR's
  21. "SEQIO.LIB" and requires "MAC.COM" for assembly.
  22.  
  23.