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:
parent
acfe5058d8
commit
4900805860
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue