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

@@ -18,6 +18,10 @@
`shasum --check {{list_file}}`
- Check a list of sums but don't print OK for each successfully verified file:
`shasum -c -q {{list_file}}`
- Calculate the SHA1 checksum from `stdin`:
`{{somecommand}} | shasum`