home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / cksum.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. SUM(1L)                                                   SUM(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        cksum - checksum and count the bytes in a file
  9.  
  10. SSYYNNOOPPSSIISS
  11.        cckkssuumm [--help] [--version] [file...]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        This  manual  page  documents  the  GNU  version of cckkssuumm.
  15.        cckkssuumm computes a cyclic redundancy check  (CRC)  for  each
  16.        named  file,  or  the  standard input if none are given or
  17.        when a file named `-' is given.  It  prints  the  CRC  for
  18.        each  file along with the number of bytes in the file, and
  19.        the file name unless no arguments were given.
  20.  
  21.        cckkssuumm is typically used to make sure that files have  been
  22.        transferred by unreliable means (such as netnews) have not
  23.        been corrupted, by comparing  the  cckkssuumm  output  for  the
  24.        received  files  with  the  cckkssuumm  output for the original
  25.        files.  The CRC algorithm  is  specified  by  the  POSIX.2
  26.        standard.   It  is not compatible with the BSD or System V
  27.        ssuumm programs; it is more robust.
  28.  
  29.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  30.               tus.
  31.  
  32.        _-_-_v_e_r_s_i_o_n
  33.               Print  version  information  on standard error then
  34.               exit.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU Text Utilities                      1
  65.  
  66.  
  67.