2015-01-31 17:54:23 -05:00
|
|
|
.Dd January 31, 2015
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt MD5SUM 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm md5sum
|
2015-01-31 17:54:23 -05:00
|
|
|
.Nd compute or check MD5 checksums
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2015-01-31 17:54:23 -05:00
|
|
|
.Nm
|
|
|
|
writes an MD5 (128-bit) checksum of each
|
|
|
|
.Ar file
|
|
|
|
to stdout.
|
|
|
|
If no
|
|
|
|
.Ar file
|
|
|
|
is given
|
|
|
|
.Nm
|
|
|
|
reads from stdin.
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl c
|
2015-01-31 17:54:23 -05:00
|
|
|
Read list of MD5 checksums from each
|
|
|
|
.Ar file
|
|
|
|
and check them.
|
2015-01-30 17:08:25 -05:00
|
|
|
.El
|