Introduction
Introduction Statistics Contact Development Disclaimer Help
sha512-224sum.1 - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
sha512-224sum.1 (463B)
---
1 .Dd February 24, 2016
2 .Dt SHA512-224SUM 1
3 .Os sbase
4 .Sh NAME
5 .Nm sha512-224sum
6 .Nd compute or check SHA-512/224 message digests
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl c
10 .Op Ar file ...
11 .Sh DESCRIPTION
12 .Nm
13 writes SHA-512/224 (224-bit) checksums of each
14 .Ar file
15 to stdout.
16 If no
17 .Ar file
18 is given
19 .Nm
20 reads from stdin.
21 .Sh OPTIONS
22 .Bl -tag -width Ds
23 .It Fl c
24 Read list of SHA-512/224 checksums from each
25 .Ar file
26 and check them.
27 If no
28 .Ar file
29 is given
30 .Nm
31 reads from stdin.
32 .El
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.