Penguin
Blame: md5sum.textutils(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of md5sum.textutils(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MD5SUM
2 !!!MD5SUM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 md5sum - compute and check MD5 message digest
15 !!SYNOPSIS
16
17
18 __md5sum__ [[''OPTION''] [[''FILE'']...__
19 md5sum__ [[''OPTION''] ''--check''
20 [[''FILE'']
21 !!DESCRIPTION
22
23
24 Print or check MD5 checksums. With no FILE, or when FILE is
25 -, read standard input.
26
27
28 __-b__, __--binary__
29
30
31 read files in binary mode (default on
32 DOS/Windows)
33
34
35 __-c__, __--check__
36
37
38 check MD5 sums against given list
39
40
41 __-t__, __--text__
42
43
44 read files in text mode (default)
45
46
47 __The following two options are useful only when verifying
48 checksums:__
49
50
51 __--status__
52
53
54 don't output anything, status code shows
55 success
56
57
58 __-w__, __--warn__
59
60
61 warn about improperly formated MD5 checksum
62 lines
63
64
65 __--help__
66
67
68 display this help and exit
69
70
71 __--version__
72
73
74 output version information and exit
75
76
77 The sums are computed as described in RFC 1321. When
78 checking, the input should be a former output of this
79 program. The default mode is to print a line with checksum,
80 a character indicating type (`*' for binary, ` ' for text),
81 and name for each FILE.
82 !!AUTHOR
83
84
85 Written by Ulrich Drepper.
86 !!REPORTING BUGS
87
88
89 Report bugs to
90 !!COPYRIGHT
91
92
93 Copyright 1999 Free Software Foundation, Inc.
94 This is free software; see the source for copying
95 conditions. There is NO warranty; not even for
96 MERCHANTABILITY or FITNESS FOR A PARTICULAR
97 PURPOSE.
98 !!SEE ALSO
99
100
101 The full documentation for __md5sum__ is maintained as a
102 Texinfo manual. If the __info__ and __md5sum__
103 programs are properly installed at your site, the
104 command
105
106
107 __info md5sum__
108
109
110 should give you access to the complete manual.
111 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.