1MD5SUM(1)                        User Commands                       MD5SUM(1)
2
3
4

NAME

6       md5sum - compute and check MD5 message digest
7

SYNOPSIS

9       md5sum [OPTION]... [FILE]...
10

DESCRIPTION

12       Print  or check MD5 (128-bit) checksums.  With no FILE, or when FILE is
13       -, read standard input.
14
15       -b, --binary
16              read in binary mode
17
18       -c, --check
19              read MD5 sums from the FILEs and check them
20
21       -t, --text
22              read in text mode (default)
23
24              Note: There is no difference between binary and text mode option
25              on GNU system.
26
27   The following three options are useful only when verifying checksums:
28       --quiet
29              don't print OK for each successfully verified file
30
31       --status
32              don't output anything, status code shows success
33
34       -w, --warn
35              warn about improperly formatted checksum lines
36
37       --help display this help and exit
38
39       --version
40              output version information and exit
41
42       The  sums  are  computed  as described in RFC 1321.  When checking, the
43       input should be a former output of this program.  The default  mode  is
44       to  print  a  line  with checksum, a character indicating type (`*' for
45       binary, ` ' for text), and name for each FILE.
46

AUTHOR

48       Written by Ulrich Drepper, Scott Miller, and David Madore.
49

REPORTING BUGS

51       Report md5sum bugs to bug-coreutils@gnu.org
52       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
53       General help using GNU software: <http://www.gnu.org/gethelp/>
54       Report md5sum translation bugs to <http://translationproject.org/team/>
55
57       Copyright © 2010 Free Software Foundation, Inc.   License  GPLv3+:  GNU
58       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
59       This  is  free  software:  you  are free to change and redistribute it.
60       There is NO WARRANTY, to the extent permitted by law.
61

SEE ALSO

63       The full documentation for md5sum is maintained as  a  Texinfo  manual.
64       If  the  info  and md5sum programs are properly installed at your site,
65       the command
66
67              info coreutils 'md5sum invocation'
68
69       should give you access to the complete manual.
70
71
72
73GNU coreutils 8.5                November 2010                       MD5SUM(1)
Impressum