Skip to content

Commit

Permalink
add more sha256sum example
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvuvuong authored and vanvuvuong committed Nov 13, 2024
1 parent 31a6c93 commit 04fdff7
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 04fdff7

Please sign in to comment.