cksum.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 35 行

1
35
字号
.TH CKSUM 1.SH NAMEcksum \- display file checksum and size.SH SYNOPSIS\fBcksum \fR[\fIfile\fR ...]\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 \fIstdin\fR".EX "cksum *.c" "Display CRC and size of \fI.c\fP files".SH DESCRIPTION.PP.I Cksumcalculates and writes to standard output the 32-bits CRC of the input.I files ,or of stdin if no.I fileswere specified. The size in bytes of each.I filewill be displayed after a space. The name of each.I filewill be displayed after another space..SH "SEE ALSO".BR crc (1),.BR sum (1).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?