1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

sha256sum: add --quiet option example

This commit is contained in:
Andrea 2020-12-18 13:31:59 +01:00 committed by Starbeamrainbowlabs
parent af00e6b0f0
commit 0bfca8e30d

View file

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