srccrc(8) minix man page | unix.com

Man Page: srccrc

Operating Environment: minix

Section: 8

SRCCRC(8)						      System Manager's Manual							 SRCCRC(8)

NAME
srccrc - compute CRC checksums of the entire source tree
SYNOPSIS
srccrc
OPTIONS
EXAMPLES
DESCRIPTION
Srccrc 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 file- names with their checksums. The filenames are relative to /usr. The command makes an effort to remove most junk files such as .o, .bak and files in bin directories. It cannot find single binaries how- ever, so you will have to run make clean in /usr/src to be able to make a crc list that contains only source files. Two crc files can be compared easily with the diff command. A crc list of the original source tree can be found in /usr/src/crclist.
SEE ALSO
crc(1). SRCCRC(8)
Related Man Pages
crc32(n) - redhat
crc16(n) - mojave
sum(n) - redhat
digest::crc(3) - osx
digest::crc(3pm) - debian
Similar Topics in the Unix Linux Community
Learning OS design, Linux Vs. Minix???
Study UNIX Kernel