sbase/sha1sum.1
Hiltjo Posthuma 1599880c93 update some man pages
*sum tools: -c was added
tr: -d flag was added.
xargs: -n flag was added.
cmp: minor typo (change to lowercase).

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-12 20:33:33 +01:00

13 lines
276 B
Groff

.TH SHA1SUM 1 sbase\-VERSION
.SH NAME
sha1sum \- compute SHA-1 message digest
.SH SYNOPSIS
.B sha1sum
.RB [\-c]
.RI [ file ...]
.TP
.B \-c
read list of SHA1 checksums from file and check them
.SH DESCRIPTION
Print SHA-1 (160-bit) checksums. With no file, read standard input.