OSDN Git Service

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