virtio-net: acknowledge used features
[minix3.git] / man / man1 / crc.1
blobf58410bd1ab60fcee0cc49bdbdb8d7e18a256386
1 .TH CRC 1
2 .SH NAME
3 crc \- print the checksum of the file data
4 .SH SYNOPSIS
5 \fBcrc \fIfile\fR ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B crc *.c
20 # Print checksums of all the C programs
21 .SH DESCRIPTION
22 .PP
23 The checksum of each argument is computed and printed, along with the file
24 length and its name, one file per line.
25 This program is useful for seeing if a file transmitted to another machine
26 has arrived correctly.
27 It is conceptually similar to \fIsum\fR, except that it uses a stronger 
28 checksum algorithm and also prints the length.
29 .SH "SEE ALSO"
30 .BR cksum (1),
31 .BR sum (1).