srccrc.8

来自「操作系统设计与实现源码」· 8 代码 · 共 34 行

8
34
字号
.TH SRCCRC 8.SH NAMEsrccrc \- compute CRC checksums of the entire source tree.SH SYNOPSIS\fBsrccrc\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.SH EXAMPLES.SH DESCRIPTION.PP\fISrccrc\fP traverses the entire /usr/include and /usr/src tree to runthe crc command on all files found.  The result is a long list offilenames with their checksums.  The filenames are relative to /usr..PPThe command makes an effort to remove most junk files such as .o, .bakand files in bin directories.  It cannot find single binaries however, soyou will have to run \fBmake clean\fP in /usr/src to be able to make a crclist that contains only source files..PPTwo crc files can be compared easily with the \fIdiff\fP command.  A crclist of the original source tree can be found in /usr/src/crclist..SH "SEE ALSO".BR crc (1).

⌨️ 快捷键说明

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