Line | |
---|
1 | .TH SRCCRC 8
|
---|
2 | .SH NAME
|
---|
3 | srccrc \- compute CRC checksums of the entire source tree
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBsrccrc\fR
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH OPTIONS
|
---|
18 | .SH EXAMPLES
|
---|
19 | .SH DESCRIPTION
|
---|
20 | .PP
|
---|
21 | \fISrccrc\fP traverses the entire /usr/include and /usr/src tree to run
|
---|
22 | the crc command on all files found. The result is a long list of
|
---|
23 | filenames with their checksums. The filenames are relative to /usr.
|
---|
24 | .PP
|
---|
25 | The command makes an effort to remove most junk files such as .o, .bak
|
---|
26 | and files in bin directories. It cannot find single binaries however, so
|
---|
27 | you will have to run \fBmake clean\fP in /usr/src to be able to make a crc
|
---|
28 | list that contains only source files.
|
---|
29 | .PP
|
---|
30 | Two crc files can be compared easily with the \fIdiff\fP command. A crc
|
---|
31 | list of the original source tree can be found in /usr/src/crclist.
|
---|
32 | .SH "SEE ALSO"
|
---|
33 | .BR crc (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.