CRCMAN 1L "29 April 1992"

Table of contents


NAME

crcman - checksum a directory

SYNOPSIS

crcman [ -bdirectory ] crc_file_name

OPTIONS

-bdirectory
Specify the root of the directory tree to be checksummed. All files in all directories in the tree below that point will be processed.

DESCRIPTION

With the -b option, crcman will create a file of 32-bit CRC checksums for all files in the specified directory tree. For each file processed, the CRC file has a line with an 8-character hexadecimal checksum, a space, and the filename.

With just a single file name on the command line, crcman will verify the checksums of each file listed in the CRC file.


SEE ALSO

checksum(1L), sum(1V).

AUTHOR

Mark R. Nelson

Greenleaf Software

16479 Dallas Parkway, Suite 570

Dallas, TX 75248

USA

Published in Mark R. Nelson, ``File Verification Using CRC'', Dr. Dobb's Journal, #188, May 1992, pp. 64--67, 92--94.