mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 20:48:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user