crc.1
来自「操作系统设计与实现源码」· 1 代码 · 共 30 行
1
30 行
.TH CRC 1.SH NAMEcrc \- print the checksum of the file data.SH SYNOPSIS\fBcrc \fIfile\fR ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH EXAMPLES.EX "crc *.c" "Print checksums of all the C programs".SH DESCRIPTION.PPThe checksum of each argument is computed and printed, along with the filelength and its name, one file per line.This program is useful for seeing if a file transmitted to another machinehas arrived correctly.It is conceptually similar to \fIsum\fR, except that it uses a stronger checksum algorithm and also prints the length..SH "SEE ALSO".BR cksum (1),.BR sum (1).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?