cryptutils

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

cryptutils/man/crc32.1 (32 lines, 845 B) -rw-r--r-- file download

45f70e3 Jamozed 2022-03-06 17:15:30
0
.TH CRC32 1 2022-03-06 "OMKOV cryptutils" "General Commands Manual"
6ab08f9 Jamozed 2020-07-25 12:55:33
1
.SH NAME
6ab08f9 Jamozed 2020-07-25 12:55:33
2
crc32 \(em compute the CRC-32 for a file
6ab08f9 Jamozed 2020-07-25 12:55:33
3
.SH SYNOPSYS
6ab08f9 Jamozed 2020-07-25 12:55:33
4
\fBcrc32\fR [\fIfile\fR...]
6ab08f9 Jamozed 2020-07-25 12:55:33
5
.SH DESCRIPTION
174660f Jamozed 2021-02-16 01:38:55
6
Compute and print a CRC-32 for each input file.
6ab08f9 Jamozed 2020-07-25 12:55:33
7
.SH OPTIONS
6ab08f9 Jamozed 2020-07-25 12:55:33
8
The following options are supported:
174660f Jamozed 2021-02-16 01:38:55
9
.IP "\fB--bsd\fR" 8
174660f Jamozed 2021-02-16 01:38:55
10
Use BSD style CRCs.
cd48e49 Jamozed 2020-08-14 20:00:52
11
.IP "\fB--help\fR" 8
6ab08f9 Jamozed 2020-07-25 12:55:33
12
Display help information.
cd48e49 Jamozed 2020-08-14 20:00:52
13
.IP "\fB--version\fR" 8
6ab08f9 Jamozed 2020-07-25 12:55:33
14
Display version information.
6ab08f9 Jamozed 2020-07-25 12:55:33
15
.SH OPERANDS
6ab08f9 Jamozed 2020-07-25 12:55:33
16
The following operand is supported:
cd48e49 Jamozed 2020-08-14 20:00:52
17
.IP "\fIfile\fR" 8
174660f Jamozed 2021-02-16 01:38:55
18
A pathname of an input file. If no \fIfile\fR operands are specified then
174660f Jamozed 2021-02-16 01:38:55
19
\fIcrc32\fR will read from standard input.
6ab08f9 Jamozed 2020-07-25 12:55:33
20
.SH EXIT STATUS
6ab08f9 Jamozed 2020-07-25 12:55:33
21
The following exit values will be returned:
cd48e49 Jamozed 2020-08-14 20:00:52
22
.IP "\ 0" 8
6ab08f9 Jamozed 2020-07-25 12:55:33
23
All files were processed successfully.
cd48e49 Jamozed 2020-08-14 20:00:52
24
.IP ">0" 8
6ab08f9 Jamozed 2020-07-25 12:55:33
25
An error occurred.
6ab08f9 Jamozed 2020-07-25 12:55:33
26
.SH COPYRIGHT
6ab08f9 Jamozed 2020-07-25 12:55:33
27
.nf
6ab08f9 Jamozed 2020-07-25 12:55:33
28
Copyright (C) 2020, Jakob Wakeling
45f70e3 Jamozed 2022-03-06 17:15:30
29
MIT Licence (https://opensource.org/licenses/MIT)
6ab08f9 Jamozed 2020-07-25 12:55:33
30
.fi
31