minix/minix/commands/crc/crc.1
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

32 lines
640 B
Groff

.TH CRC 1
.SH NAME
crc \- print the checksum of the file data
.SH SYNOPSIS
\fBcrc \fIfile\fR ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B crc *.c
# Print checksums of all the C programs
.SH DESCRIPTION
.PP
The checksum of each argument is computed and printed, along with the file
length and its name, one file per line.
This program is useful for seeing if a file transmitted to another machine
has arrived correctly.
It is conceptually similar to \fIsum\fR, except that it uses a stronger
checksum algorithm and also prints the length.
.SH "SEE ALSO"
.BR cksum (1),
.BR sum (1).