CRC.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- 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