mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
sha256sum: add example (#14819)
This commit is contained in:
parent
35239955b4
commit
88ec1e13ef
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Only show a message when verification fails, ignoring missing files:
|
||||
|
||||
`sha256sum --ignore-missing --check --quiet {{path/to/file.sha256}}`
|
||||
|
||||
- Check known SHA256 sum of a file:
|
||||
|
||||
`echo {{known-sha256-sum-of-the-file}} {{path/to/file}} | sha256sum --check`
|
||||
|
|
Loading…
Add table
Reference in a new issue