OSDN Git Service

coreutils: Update original to 8.32
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / md5sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH MD5SUM "1" "March 2020" "GNU coreutils 8.32" "User Commands"
3 .SH NAME
4 md5sum \- compute and check MD5 message digest
5 .SH SYNOPSIS
6 .B md5sum
7 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print or check MD5 (128\-bit) checksums.
12 .PP
13 With no FILE, or when FILE is \-, read standard input.
14 .TP
15 \fB\-b\fR, \fB\-\-binary\fR
16 read in binary mode
17 .TP
18 \fB\-c\fR, \fB\-\-check\fR
19 read MD5 sums from the FILEs and check them
20 .TP
21 \fB\-\-tag\fR
22 create a BSD\-style checksum
23 .TP
24 \fB\-t\fR, \fB\-\-text\fR
25 read in text mode (default)
26 .TP
27 \fB\-z\fR, \fB\-\-zero\fR
28 end each output line with NUL, not newline,
29 and disable file name escaping
30 .SS "The following five options are useful only when verifying checksums:"
31 .TP
32 \fB\-\-ignore\-missing\fR
33 don't fail or report status for missing files
34 .TP
35 \fB\-\-quiet\fR
36 don't print OK for each successfully verified file
37 .TP
38 \fB\-\-status\fR
39 don't output anything, status code shows success
40 .TP
41 \fB\-\-strict\fR
42 exit non\-zero for improperly formatted checksum lines
43 .TP
44 \fB\-w\fR, \fB\-\-warn\fR
45 warn about improperly formatted checksum lines
46 .TP
47 \fB\-\-help\fR
48 display this help and exit
49 .TP
50 \fB\-\-version\fR
51 output version information and exit
52 .PP
53 The sums are computed as described in RFC 1321.  When checking, the input
54 should be a former output of this program.  The default mode is to print a
55 line with checksum, a space, a character indicating input mode ('*' for binary,
56 \&' ' for text or where binary is insignificant), and name for each FILE.
57 .PP
58 Note: There is no difference between binary mode and text mode on GNU systems.
59 .SH BUGS
60 Do not use the MD5 algorithm for security related purposes.
61 Instead, use an SHA\-2 algorithm, implemented in the programs
62 sha224sum(1), sha256sum(1), sha384sum(1), sha512sum(1),
63 or the BLAKE2 algorithm, implemented in b2sum(1)
64 .SH AUTHOR
65 Written by Ulrich Drepper, Scott Miller, and David Madore.
66 .SH "REPORTING BUGS"
67 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
68 .br
69 Report any translation bugs to <https://translationproject.org/team/>
70 .SH COPYRIGHT
71 Copyright \(co 2020 Free Software Foundation, Inc.
72 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
73 .br
74 This is free software: you are free to change and redistribute it.
75 There is NO WARRANTY, to the extent permitted by law.
76 .SH "SEE ALSO"
77 Full documentation <https://www.gnu.org/software/coreutils/md5sum>
78 .br
79 or available locally via: info \(aq(coreutils) md5sum invocation\(aq