SUM.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH SUM 1
- .SH NAME
- sum - compute the checksum and block count of a file
- .SH SYNOPSIS
- fBsum fIfilefR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- (none)
- .SH EXAMPLES
- .EX "sum /user/ast/xyz" "Checksum fI/user/ast/xyz"
- .SH DESCRIPTION
- .PP
- .I Sum
- computes the checksum of one or more files.
- It is most often used to see if a file copied from another machine has
- been correctly received.
- This program works best when both machines use the same checksum algorithm.
- See also fIcrcfR.
- .SH "SEE ALSO"
- .BR cksum (1),
- .BR crc (1).