home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SUM.ZIP / SUM.DOC next >
Text File  |  1990-06-09  |  892b  |  25 lines

  1.    Program Name:    sum  
  2.  
  3.    Purpose: This is a Unix-compatible program to print a checksum
  4.             for each specified file.
  5.             
  6.    Author:  Alan Ballard
  7.             3452 West 11th Avenue,
  8.             Vancouver, B.C., Canada, V6R 2J9
  9.    
  10.    Date:    8 June, 1990.  
  11.   
  12.    Use:     The program is run in OS/2 command mode. It may be run in
  13.             a VIO window.  
  14.  
  15.    Usage:   sum <file>...
  16.  
  17.             Zero or more filenames may be specified. Names may include
  18.             wildcards. If no name is specified, stdin is read. 
  19.  
  20.             For each specified file, the checksum and the number of
  21.             "disk blocks" required is printed.  The checksum should
  22.             be the same as produced by the BSD Unix sum command.  The
  23.             number of disk blocks may differ from other systems,
  24.             since disk block sizes may vary.     
  25.