coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/cksum.1 (32 lines, 977 B) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH CKSUM 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
6351c50 Jamozed 2020-07-26 19:04:26
1
.SH NAME
6351c50 Jamozed 2020-07-26 19:04:26
2
cksum \(em write file checksums and sizes
6351c50 Jamozed 2020-07-26 19:04:26
3
.SH SYNOPSYS
6351c50 Jamozed 2020-07-26 19:04:26
4
\fBcksum\fR [\fIfile\fR...]
6351c50 Jamozed 2020-07-26 19:04:26
5
.SH DESCRIPTION
6351c50 Jamozed 2020-07-26 19:04:26
6
Compute and print a CRC for each input file, as well as the file size in bytes.
6351c50 Jamozed 2020-07-26 19:04:26
7
The CRC used is based on the polynomial used for CRC error checking in the
6351c50 Jamozed 2020-07-26 19:04:26
8
ISO/IEC 8802-3:1996 Ethernet standard.
6351c50 Jamozed 2020-07-26 19:04:26
9
.SH OPTIONS
6351c50 Jamozed 2020-07-26 19:04:26
10
The following options are supported:
9b13d51 Jamozed 2020-08-14 17:25:31
11
.IP "\fB--help\fR" 8
6351c50 Jamozed 2020-07-26 19:04:26
12
Display help information.
9b13d51 Jamozed 2020-08-14 17:25:31
13
.IP "\fB--version\fR" 8
6351c50 Jamozed 2020-07-26 19:04:26
14
Display version information.
6351c50 Jamozed 2020-07-26 19:04:26
15
.SH OPERANDS
6351c50 Jamozed 2020-07-26 19:04:26
16
The following operand is supported:
9b13d51 Jamozed 2020-08-14 17:25:31
17
.IP "\fIfile\fR" 8
6351c50 Jamozed 2020-07-26 19:04:26
18
A pathname of an input file. If no \fIfile\fR operands are specified, or
6351c50 Jamozed 2020-07-26 19:04:26
19
\fIfile\fR is a '\fB-\fR', \fIcksum\fR will read from standard input.
6351c50 Jamozed 2020-07-26 19:04:26
20
.SH EXIT STATUS
6351c50 Jamozed 2020-07-26 19:04:26
21
The following exit values will be returned:
9b13d51 Jamozed 2020-08-14 17:25:31
22
.IP "\ 0" 8
6351c50 Jamozed 2020-07-26 19:04:26
23
All files were processed successfully.
9b13d51 Jamozed 2020-08-14 17:25:31
24
.IP ">0" 8
6351c50 Jamozed 2020-07-26 19:04:26
25
An error occurred.
6351c50 Jamozed 2020-07-26 19:04:26
26
.SH COPYRIGHT
6351c50 Jamozed 2020-07-26 19:04:26
27
.nf
6351c50 Jamozed 2020-07-26 19:04:26
28
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
29
MIT Licence (https://opensource.org/licenses/MIT)
6351c50 Jamozed 2020-07-26 19:04:26
30
.fi
31