source: trunk/minix/man/man1/crc.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 636 bytes
Line 
1.TH CRC 1
2.SH NAME
3crc \- 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
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH EXAMPLES
18.EX "crc *.c" "Print checksums of all the C programs"
19.SH DESCRIPTION
20.PP
21The checksum of each argument is computed and printed, along with the file
22length and its name, one file per line.
23This program is useful for seeing if a file transmitted to another machine
24has arrived correctly.
25It is conceptually similar to \fIsum\fR, except that it uses a stronger
26checksum algorithm and also prints the length.
27.SH "SEE ALSO"
28.BR cksum (1),
29.BR sum (1).
Note: See TracBrowser for help on using the repository browser.