crc.1

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

1
60
字号


CRC(1)                    Minix Programmer's Manual                     CRC(1)


NAME
     crc - print the checksum of the file data

SYNOPSIS
     crc file ...

EXAMPLES

     crc *.c             # Print checksums of all the C programs

DESCRIPTION

     The checksum of each argument is computed and  printed,  along  with  the
     file  length and its name, one file per line.  This program is useful for
     seeing if a file transmitted to another machine  has  arrived  correctly.
     It  is  conceptually  similar  to  sum,  except  that  it uses a stronger
     checksum algorithm and also prints the length.

SEE ALSO
     cksum(1), sum(1).
































                                                                             1

⌨️ 快捷键说明

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