home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 266.lha / BinComp / Bcom.doc < prev    next >
Text File  |  1989-07-10  |  1KB  |  37 lines

  1.  
  2.     bcom - binary compare utility.
  3.  
  4.     Usage:  bcom file1 file2
  5.  
  6. *   Bcom performs a byte by byte comparison of two binary files and
  7.     prints the byte locations when the files differ and when they
  8.     resume.  Bcom may be used on text files but is primarily intended
  9.     for binary (find a good copy of 'diff' for text). 
  10.  
  11.     Differs from other compare utilities by:
  12.  
  13.     - continuing after first difference until user interrupts.
  14.     - printing message if files are equal. 
  15.     - locations printed in sector-byte format.
  16.  
  17. *   Locations specifications are compatible with 'NewZap', and are 
  18.     displayed as follows:
  19.  
  20.    < decimal_sector_number(1-n) ><space>< hex_byte_number(000-1FF) >
  21.  
  22.  
  23. *   Runnable from CLI only.
  24.  
  25. *   Normal output is to screen.  Output to printer or file using
  26.     AmigaDos I/O redirection.  Example: 
  27.  
  28.     bcom >PRT: file1 file2    or   bcom >output_file file1 file2
  29.  
  30. *   Interruptable using CTRL-C
  31.  
  32.  
  33.  
  34.     J.E Majors c/o  FWB Exchange BBS 
  35.                     (904) 651-8908
  36.                     1200:8,N,1    24 hrs
  37.