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

操作系统开发

开发平台:

WINDOWS

  1. .TH CRC 1
  2. .SH NAME
  3. crc - print the checksum of the file data
  4. .SH SYNOPSIS
  5. fBcrc fIfilefR ...fR
  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 EXAMPLES
  18. .EX "crc *.c" "Print checksums of all the C programs"
  19. .SH DESCRIPTION
  20. .PP
  21. The checksum of each argument is computed and printed, along with the file
  22. length and its name, one file per line.
  23. This program is useful for seeing if a file transmitted to another machine
  24. has arrived correctly.
  25. It is conceptually similar to fIsumfR, except that it uses a stronger 
  26. checksum algorithm and also prints the length.
  27. .SH "SEE ALSO"
  28. .BR cksum (1),
  29. .BR sum (1).