1
0
Fork 0
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:
binertia 2025-07-01 12:47:18 +07:00 committed by GitHub
parent 0271159d6d
commit d6a6a26204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 `*`: