mirror of https://github.com/CrimsonTome/tldr.git
sha256sum: add --quiet option example
parent
af00e6b0f0
commit
0bfca8e30d
|
@ -13,3 +13,7 @@
|
||||||
- Read a file of SHA256 sums and verify all files have matching checksums:
|
- Read a file of SHA256 sums and verify all files have matching checksums:
|
||||||
|
|
||||||
`sha256sum -c {{filename.sha256}}`
|
`sha256sum -c {{filename.sha256}}`
|
||||||
|
|
||||||
|
- Verify all files have matching chesksums but don't print OK for succefully verified file
|
||||||
|
|
||||||
|
`sha256sum -c --quiet {{filename.sha256}}`
|
||||||
|
|
Loading…
Reference in New Issue