CRC.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

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).