3 crc \- print the checksum of the file data
5 \fBcrc \fIfile\fR ...\fR
18 .EX "crc *.c" "Print checksums of all the C programs"
21 The checksum of each argument is computed and printed, along with the file
22 length and its name, one file per line.
23 This program is useful for seeing if a file transmitted to another machine
24 has arrived correctly.
25 It is conceptually similar to \fIsum\fR, except that it uses a stronger
26 checksum algorithm and also prints the length.