OSDN Git Service

0f20a9a5ded19c4eb8b96b6210543bcb4ef9b402
[linuxjm/coreutils.git] / original / man1 / sha512sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH SHA512SUM "1" "May 2014" "GNU coreutils 8.22" "User Commands"
3 .SH NAME
4 sha512sum \- compute and check SHA512 message digest
5 .SH SYNOPSIS
6 .B sha512sum
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print or check SHA512 (512\-bit) checksums.
12 With no FILE, or when FILE is \-, read standard input.
13 .TP
14 \fB\-b\fR, \fB\-\-binary\fR
15 read in binary mode
16 .TP
17 \fB\-c\fR, \fB\-\-check\fR
18 read SHA512 sums from the FILEs and check them
19 .TP
20 \fB\-\-tag\fR
21 create a BSD\-style checksum
22 .TP
23 \fB\-t\fR, \fB\-\-text\fR
24 read in text mode (default)
25 .SS "The following four options are useful only when verifying checksums:"
26 .TP
27 \fB\-\-quiet\fR
28 don't print OK for each successfully verified file
29 .TP
30 \fB\-\-status\fR
31 don't output anything, status code shows success
32 .TP
33 \fB\-\-strict\fR
34 exit non\-zero for improperly formatted checksum lines
35 .TP
36 \fB\-w\fR, \fB\-\-warn\fR
37 warn about improperly formatted checksum lines
38 .TP
39 \fB\-\-help\fR
40 display this help and exit
41 .TP
42 \fB\-\-version\fR
43 output version information and exit
44 .PP
45 The sums are computed as described in FIPS\-180\-2.  When checking, the input
46 should be a former output of this program.  The default mode is to print
47 a line with checksum, a character indicating input mode ('*' for binary,
48 space for text), and name for each FILE.
49 .PP
50 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
51 Report sha512sum translation bugs to <http://translationproject.org/team/>
52 .SH AUTHOR
53 Written by Ulrich Drepper, Scott Miller, and David Madore.
54 .SH COPYRIGHT
55 Copyright \(co 2013 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 The full documentation for
62 .B sha512sum
63 is maintained as a Texinfo manual.  If the
64 .B info
65 and
66 .B sha512sum
67 programs are properly installed at your site, the command
68 .IP
69 .B info coreutils \(aqsha512sum invocation\(aq
70 .PP
71 should give you access to the complete manual.