1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:35:23 +02:00

Update pages/common/hexdump.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
binertia 2025-07-01 04:52:42 +07:00 committed by GitHub
parent 4900805860
commit bebb5dcfbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
`hexdump -C -n {{number_of_bytes}} {{path/to/file}}`
- Verbose - No suppression by '*' on duplicate lines:
- Verbose - no suppression by `*` on duplicate lines:
`hexdump -v {{path/to/file}}`