SRCCRC.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH SRCCRC 8
  2. .SH NAME
  3. srccrc - compute CRC checksums of the entire source tree
  4. .SH SYNOPSIS
  5. fBsrccrcfR
  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. fISrccrcfP 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 cleanfP 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 fIdifffP 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).