CKSUM.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH CKSUM 1
- .SH NAME
- cksum - display file checksum and size
- .SH SYNOPSIS
- fBcksum fR[fIfilefR ...]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "cksum" "Display CRC and size of fIstdinfR"
- .EX "cksum *.c" "Display CRC and size of fI.cfP files"
- .SH DESCRIPTION
- .PP
- .I Cksum
- calculates and writes to standard output the 32-bits CRC of the input
- .I files ,
- or of stdin if no
- .I files
- were specified. The size in bytes of each
- .I file
- will be displayed after a space. The name of each
- .I file
- will be displayed after another space.
- .SH "SEE ALSO"
- .BR crc (1),
- .BR sum (1).