unstack, sort: cleanup and improvement
[minix.git] / man / man1 / cksum.1
blobc440f40b7ed8186b40ef62d1eecdb7bf0870df68
1 .TH CKSUM 1
2 .SH NAME
3 cksum \- 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
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B cksum
20 # Display CRC and size of \fIstdin\fR
21 .TP 20
22 .B cksum *.c
23 # Display CRC and size of \fI.c\fP files
24 .SH DESCRIPTION
25 .PP
26 .I Cksum
27 calculates and writes to standard output the 32-bits CRC of the input
28 .I files ,
29 or of stdin if no
30 .I files
31 were specified. The size in bytes of each
32 .I file
33 will be displayed after a space. The name of each
34 .I file
35 will be displayed after another space.
36 .SH "SEE ALSO"
37 .BR crc (1),
38 .BR sum (1).