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

OS Develop

Development Platform:

WINDOWS

  1. .TH CKSUM 1
  2. .SH NAME
  3. cksum - display file checksum and size
  4. .SH SYNOPSIS
  5. fBcksum fR[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 "cksum" "Display CRC and size of fIstdinfR"
  19. .EX "cksum *.c" "Display CRC and size of fI.cfP files"
  20. .SH DESCRIPTION
  21. .PP
  22. .I Cksum
  23. calculates and writes to standard output the 32-bits CRC of the input
  24. .I files ,
  25. or of stdin if no
  26. .I files
  27. were specified. The size in bytes of each
  28. .I file
  29. will be displayed after a space. The name of each
  30. .I file
  31. will be displayed after another space.
  32. .SH "SEE ALSO"
  33. .BR crc (1),
  34. .BR sum (1).