blob: bd02bb799db7469541c8f09ba88185b0e3d25c1e [file] [log] [blame]
.Dd 2015-10-08
.Dt MD5SUM 1
.Os sbase
.Sh NAME
.Nm md5sum
.Nd compute or check MD5 message digests
.Sh SYNOPSIS
.Nm
.Op Fl c
.Op Ar file ...
.Sh DESCRIPTION
.Nm
writes MD5 (128-bit) checksums 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
Read list of MD5 checksums from each
.Ar file
and check them.
If no
.Ar file
is given
.Nm
reads from stdin.
.El