cksum.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
CKSUM(1) Minix Programmer's Manual CKSUM(1)
NAME
cksum - display file checksum and size
SYNOPSIS
cksum [file ...]
EXAMPLES
cksum # Display CRC and size of stdin
cksum *.c # Display CRC and size of .c files
DESCRIPTION
Cksum calculates and writes to standard output the 32-bits CRC of the
input files , or of stdin if no files were specified. The size in bytes
of each file will be displayed after a space. The name of each file will
be displayed after another space.
SEE ALSO
crc(1), sum(1).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?