2015-10-08 15:15:08 +00:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt SHA512SUM 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 22:08:25 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm sha512sum
|
2015-03-01 21:59:20 +00:00
|
|
|
.Nd compute or check SHA-512 message digests
|
2015-01-30 22:08:25 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl c
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
2015-03-01 21:59:20 +00: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 22:08:25 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl c
|
2015-03-01 21:59:20 +00: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 22:08:25 +00:00
|
|
|
.El
|