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

操作系统开发

开发平台:

C/C++

  1. SRCCRC(8)                 Minix Programmer's Manual                  SRCCRC(8)
  2. NAME
  3.      srccrc - compute CRC checksums of the entire source tree
  4. SYNOPSIS
  5.      srccrc
  6. OPTIONS
  7. EXAMPLES
  8. DESCRIPTION
  9.      Srccrc traverses the entire /usr/include and /usr/src tree to run the crc
  10.      command  on all files found.  The result is a long list of filenames with
  11.      their checksums.  The filenames are relative to /usr.
  12.      The command makes an effort to remove most junk files such  as  .o,  .bak
  13.      and files in bin directories.  It cannot find single binaries however, so
  14.      you will have to run make clean in /usr/src to be able to make a crc list
  15.      that contains only source files.
  16.      Two crc files can be compared easily with the diff command.  A  crc  list
  17.      of the original source tree can be found in /usr/src/crclist.
  18. SEE ALSO
  19.      crc(1).
  20.                                                                              1