CRC.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. CRC(1)                    Minix Programmer's Manual                     CRC(1)
  2. NAME
  3.      crc - print the checksum of the file data
  4. SYNOPSIS
  5.      crc file ...
  6. EXAMPLES
  7.      crc *.c             # Print checksums of all the C programs
  8. DESCRIPTION
  9.      The checksum of each argument is computed and  printed,  along  with  the
  10.      file  length and its name, one file per line.  This program is useful for
  11.      seeing if a file transmitted to another machine  has  arrived  correctly.
  12.      It  is  conceptually  similar  to  sum,  except  that  it uses a stronger
  13.      checksum algorithm and also prints the length.
  14. SEE ALSO
  15.      cksum(1), sum(1).
  16.                                                                              1