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

操作系统开发

开发平台:

C/C++

  1. .TH SUM 1
  2. .SH NAME
  3. sum - compute the checksum and block count of a file
  4. .SH SYNOPSIS
  5. fBsum fIfilefR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. (none)
  19. .SH EXAMPLES
  20. .EX "sum /user/ast/xyz" "Checksum fI/user/ast/xyz"
  21. .SH DESCRIPTION
  22. .PP
  23. .I Sum
  24. computes the checksum of one or more files.
  25. It is most often used to see if a file copied from another machine has
  26. been correctly received.
  27. This program works best when both machines use the same checksum algorithm.
  28. See also fIcrcfR.
  29. .SH "SEE ALSO"
  30. .BR cksum (1),
  31. .BR crc (1).