sha*: add --quiet option example

This commit is contained in:
Andrea
2020-12-18 13:47:34 +01:00
committed by Starbeamrainbowlabs
parent 1b4c23259b
commit 3bde35a542
5 changed files with 20 additions and 0 deletions

View File

@@ -13,3 +13,7 @@
- Read a file of SHA512 sums and verify all files have matching checksums:
`sha512sum -c {{filename.sha512}}`
- Verify all files have matching chesksums but don't print OK for succefully verified file:
`sha512sum -c --quiet {{filename.sha512}}`