OSDN Git Service

3bd8dde437759e5c80c262eecddfa0daa609497f
[linuxjm/coreutils.git] / original / man1 / sha384sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH SHA384SUM "1" "April 2010" "GNU coreutils 8.5" "User Commands"
3 .SH NAME
4 sha384sum \- compute and check SHA384 message digest
5 .SH SYNOPSIS
6 .B sha384sum
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print or check SHA384 (384\-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 SHA384 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\-\-help\fR
34 display this help and exit
35 .TP
36 \fB\-\-version\fR
37 output version information and exit
38 .PP
39 The sums are computed as described in FIPS\-180\-2.  When checking, the input
40 should be a former output of this program.  The default mode is to print
41 a line with checksum, a character indicating type (`*' for binary, ` ' for
42 text), and name for each FILE.
43 .SH AUTHOR
44 Written by Ulrich Drepper, Scott Miller, and David Madore.
45 .SH "REPORTING BUGS"
46 Report sha384sum bugs to bug\-coreutils@gnu.org
47 .br
48 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
49 .br
50 General help using GNU software: <http://www.gnu.org/gethelp/>
51 .br
52 Report sha384sum translation bugs to <http://translationproject.org/team/>
53 .SH COPYRIGHT
54 Copyright \(co 2010 Free Software Foundation, Inc.
55 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
56 .br
57 This is free software: you are free to change and redistribute it.
58 There is NO WARRANTY, to the extent permitted by law.
59 .SH "SEE ALSO"
60 The full documentation for
61 .B sha384sum
62 is maintained as a Texinfo manual.  If the
63 .B info
64 and
65 .B sha384sum
66 programs are properly installed at your site, the command
67 .IP
68 .B info coreutils \(aqsha384sum invocation\(aq
69 .PP
70 should give you access to the complete manual.