source: trunk/minix/man/man1/cksum.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: 624 bytes
Line 
1.TH CKSUM 1
2.SH NAME
3cksum \- display file checksum and size
4.SH SYNOPSIS
5\fBcksum \fR[\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 "cksum" "Display CRC and size of \fIstdin\fR"
19.EX "cksum *.c" "Display CRC and size of \fI.c\fP files"
20.SH DESCRIPTION
21.PP
22.I Cksum
23calculates and writes to standard output the 32-bits CRC of the input
24.I files ,
25or of stdin if no
26.I files
27were specified. The size in bytes of each
28.I file
29will be displayed after a space. The name of each
30.I file
31will be displayed after another space.
32.SH "SEE ALSO"
33.BR crc (1),
34.BR sum (1).
Note: See TracBrowser for help on using the repository browser.