2015-10-08 11:15:08 -04:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt SHA512SUM 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm sha512sum
|
2015-03-01 16:59:20 -05:00
|
|
|
.Nd compute or check SHA-512 message digests
|
2015-01-30 17:08:25 -05:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2015-03-01 16:59:20 -05:00
|
|
|
.Nm
|
|
|
|
writes SHA-512 (512-bit) checksums 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-03-01 16:59:20 -05:00
|
|
|
Read list of SHA-512 checksums from each
|
|
|
|
.Ar file
|
|
|
|
and check them.
|
|
|
|
If no
|
|
|
|
.Ar file
|
|
|
|
is given
|
|
|
|
.Nm
|
|
|
|
reads from stdin.
|
2015-01-30 17:08:25 -05:00
|
|
|
.El
|