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