1599880c93
*sum tools: -c was added tr: -d flag was added. xargs: -n flag was added. cmp: minor typo (change to lowercase). Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
13 lines
268 B
Groff
13 lines
268 B
Groff
.TH MD5SUM 1 sbase\-VERSION
|
|
.SH NAME
|
|
md5sum \- compute MD5 message digest
|
|
.SH SYNOPSIS
|
|
.B md5sum
|
|
.RB [\-c]
|
|
.RI [ file ...]
|
|
.TP
|
|
.B \-c
|
|
read list of MD5 checksums from file and check them
|
|
.SH DESCRIPTION
|
|
Print MD5 (128-bit) checksums. With no file, read standard input.
|