blob: 724e99dbbffc83bc9d887839ac6c7f66f5f76d12 [file] [log] [blame]
.Dd 2015-10-08
.Dt SHA512SUM 1
.Os sbase
.Sh NAME
.Nm sha512sum
.Nd compute or check SHA-512 message digests
.Sh SYNOPSIS
.Nm
.Op Fl c
.Op Ar file ...
.Sh DESCRIPTION
.Nm
writes SHA-512 (512-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 SHA-512 checksums from each
.Ar file
and check them.
If no
.Ar file
is given
.Nm
reads from stdin.
.El