Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-19 00:18:19 +00:00
parent c79fa4e56c
commit fcad04ef4e
2 changed files with 37 additions and 0 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- 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`