mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 00:51:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`{{command}} | sha256sum`
|
`{{command}} | sha256sum`
|
||||||
|
|
||||||
- Read a file of SHA256 sums and filenames and verify all files have matching checksums:
|
- Read a file of SHA256 checksums and filenames and verify all files have matching checksums:
|
||||||
|
|
||||||
`sha256sum --check {{path/to/file.sha256}}`
|
`sha256sum --check {{path/to/file.sha256}}`
|
||||||
|
|
||||||
@@ -32,6 +32,6 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`sha256sum --ignore-missing --check --quiet {{path/to/file.sha256}}`
|
`sha256sum --ignore-missing --check --quiet {{path/to/file.sha256}}`
|
||||||
|
|
||||||
- Check known SHA256 sum of a file:
|
- Check known SHA256 checksum of a file:
|
||||||
|
|
||||||
`echo {{known-sha256-sum-of-the-file}} {{path/to/file}} | sha256sum --check`
|
`echo {{known_sha256_checksum_of_the_file}} {{path/to/file}} | sha256sum --check`
|
||||||
|
|||||||
Reference in New Issue
Block a user