Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# hexdump
> An ASCII, decimal, hexadecimal, octal dump.
> See also: `hexyl`, `od`, `xxd`.
> More information: <https://manned.org/hexdump>.
- Print the hexadecimal representation of a file, replacing duplicate lines by '*':