mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:15:24 +02:00
Update hexdump.md
change information link to freebsd
This commit is contained in:
parent
0271159d6d
commit
d6a6a26204
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Display file contents in hexadecimal, decimal, octal, or ASCII.
|
||||
> Useful for inspecting dump file, binary data, or debug output.
|
||||
> More information: <https://www.unix.com/man_page/osx/1/hexdump/>.
|
||||
> More information: <https://manned.org/man/freebsd/hexdump.1>.
|
||||
|
||||
- Print the hexadecimal representation of a file, replacing duplicate lines by `*`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue