sha*: add --quiet option example
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
1b4c23259b
commit
3bde35a542
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user