Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-21 00:18:23 +00:00
parent 4b0c71b1b3
commit ce8badee3a

View File

@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`{{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}}`
@@ -32,6 +32,6 @@ source: https://github.com/tldr-pages/tldr.git
`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`