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

Update pages/common/hexdump.md

Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
binertia 2025-07-01 04:51:20 +07:00 committed by GitHub
parent d567d3b66b
commit f3fc8434b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
`hexdump -C {{path/to/file}}`
- Display the hexadecimal representation of a file, but interpret only n bytes of the input:
- Display the hexadecimal representation of a file, but interpret only a specific number of bytes of the input:
`hexdump -C -n {{number_of_bytes}} {{path/to/file}}`