sbase/md5sum.1

28 lines
374 B
Groff
Raw Normal View History

2015-01-31 17:54:23 -05:00
.Dd January 31, 2015
.Dt MD5SUM 1
.Os sbase
.Sh NAME
.Nm md5sum
2015-01-31 17:54:23 -05:00
.Nd compute or check MD5 checksums
.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.
.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.
.El