Unix操作系统minix 2.0源码

源代码在线查看: sum.1

软件大小: 51695 K
上传用户: lilacky
关键词: minix Unix 2.0 操作系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				.TH SUM 1				.SH NAME				sum \- compute the checksum and block count of a file				.SH SYNOPSIS				\fBsum \fIfile\fR				.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 \fIcrc\fR.				.SH "SEE ALSO"				.BR cksum (1),				.BR crc (1).							

相关资源