1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 22:35:23 +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:52:16 +07:00 committed by GitHub
parent acfe5058d8
commit 4900805860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
> Useful for inspecting dump file, binary data, or debug output.
> More information: <https://www.unix.com/man_page/osx/1/hexdump/>.
- Print the hexadecimal representation of a file, replacing duplicate lines by '*':
- Print the hexadecimal representation of a file, replacing duplicate lines by `*`:
`hexdump {{path/to/file}}`