forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcksum.1
More file actions
34 lines (34 loc) · 624 Bytes
/
Copy pathcksum.1
File metadata and controls
34 lines (34 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH CKSUM 1
.SH NAME
cksum \- display file checksum and size
.SH SYNOPSIS
\fBcksum \fR[\fIfile\fR ...]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "cksum" "Display CRC and size of \fIstdin\fR"
.EX "cksum *.c" "Display CRC and size of \fI.c\fP files"
.SH DESCRIPTION
.PP
.I Cksum
calculates and writes to standard output the 32-bits CRC of the input
.I files ,
or of stdin if no
.I files
were specified. The size in bytes of each
.I file
will be displayed after a space. The name of each
.I file
will be displayed after another space.
.SH "SEE ALSO"
.BR crc (1),
.BR sum (1).