home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug040.ark / CK-FIX.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  677 b   |  28 lines

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         ----CK-FIX.COM----
  5. OVERVIEW:
  6.     Program to print a checksum of a file - used to
  7. tell if two files are the same.  N-O-T-E the previous version
  8. distributed to many people had a BUG whereby it didn't really
  9. work.  Something like an ADD L instead of an ADD M (??).  
  10.  
  11. USAGE:
  12.     Suggest renaming this back to just CK.COM after you
  13. have properly disposed of any earlier versions.
  14.  
  15.     CK fn.ft        to produce a total file cksum.
  16.  
  17.     CK fn.ft d        to see a detailed (sector-by-
  18.                 sector) cksum and the total.
  19.  
  20. Ex:
  21.  
  22. A>ck-fix b:ck-fix.doc d
  23. CK AS OF 10/29/78
  24. F3 98 D7 56 6F
  25. 03 27 = FILE CKSUM
  26.  
  27. A>
  28.