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

操作系统开发

开发平台:

WINDOWS

  1. CKSUM(1)                  Minix Programmer's Manual                   CKSUM(1)
  2. NAME
  3.      cksum - display file checksum and size
  4. SYNOPSIS
  5.      cksum [file ...]
  6. EXAMPLES
  7.      cksum               # Display CRC and size of stdin
  8.      cksum *.c           # Display CRC and size of .c files
  9. DESCRIPTION
  10.      Cksum calculates and writes to standard output the  32-bits  CRC  of  the
  11.      input  files  , or of stdin if no files were specified. The size in bytes
  12.      of each file will be displayed after a space. The name of each file  will
  13.      be displayed after another space.
  14. SEE ALSO
  15.      crc(1), sum(1).
  16.                                                                              1