Skip to content

Commit

Permalink
sha256sum: add example (tldr-pages#14819)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvuvuong authored Nov 18, 2024
1 parent 3523995 commit 88ec1e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/sha256sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 88ec1e1

Please sign in to comment.