SRCCRC.8
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH SRCCRC 8
- .SH NAME
- srccrc - compute CRC checksums of the entire source tree
- .SH SYNOPSIS
- fBsrccrcfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .SH EXAMPLES
- .SH DESCRIPTION
- .PP
- fISrccrcfP traverses the entire /usr/include and /usr/src tree to run
- the crc command on all files found. The result is a long list of
- filenames with their checksums. The filenames are relative to /usr.
- .PP
- The command makes an effort to remove most junk files such as .o, .bak
- and files in bin directories. It cannot find single binaries however, so
- you will have to run fBmake cleanfP in /usr/src to be able to make a crc
- list that contains only source files.
- .PP
- Two crc files can be compared easily with the fIdifffP command. A crc
- list of the original source tree can be found in /usr/src/crclist.
- .SH "SEE ALSO"
- .BR crc (1).