sbase/sha1sum.1

18 lines
323 B
Groff
Raw Normal View History

.Dd January 30, 2015
.Dt SHA1SUM 1
.Os sbase
.Sh NAME
.Nm sha1sum
.Nd compute SHA-1 message digest
.Sh SYNOPSIS
.Nm
.Op Fl c
.Op Ar file ...
.Sh DESCRIPTION
Print SHA-1 (160-bit) checksums. With no file, read standard input.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl c
2015-02-01 19:52:28 +00:00
Read list of SHA1 checksums from file and check them.
.El