SUM.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. SUM(1)                    Minix Programmer's Manual                     SUM(1)
  2. NAME
  3.      sum - compute the checksum and block count of a file
  4. SYNOPSIS
  5.      sum file
  6. OPTIONS
  7.      (none)
  8. EXAMPLES
  9.      sum /user/ast/xyz   # Checksum /user/ast/xyz
  10. DESCRIPTION
  11.      Sum computes the checksum of one or more files.  It is most often used to
  12.      see  if  a  file copied from another machine has been correctly received.
  13.      This program  works  best  when  both  machines  use  the  same  checksum
  14.      algorithm.  See also crc.
  15. SEE ALSO
  16.      cksum(1), crc(1).
  17.                                                                              1