2015-01-30 22:08:25 +00:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt MD5SUM 1
|
2015-01-30 22:08:25 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm md5sum
|
|
|
|
.Nd compute MD5 message digest
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2013-06-19 08:54:52 +00:00
|
|
|
Print MD5 (128-bit) checksums. With no file, read standard input.
|
2015-01-30 22:08:25 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl c
|
|
|
|
read list of MD5 checksums from file and check them
|
|
|
|
.El
|