summaryrefslogtreecommitdiff
path: root/util/sbase/md5sum.1
blob: 79a37cfe1b88eb8cd58bdc11d6e17f7b821adddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.Dd October 8, 2015
.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