community man page
hexdump
Display file contents in hexadecimal, decimal, octal, or ASCII. Useful for inspecting dump file, binary data, or debug output. See also: `hexyl`, `od`, `xxd`.
Examples
Print the hexadecimal representation of a file, replacing duplicate lines by '*' GNU
Display the input offset in hexadecimal and its ASCII representation in two columns GNU
Display the hexadecimal representation of a file, but interpret only n bytes of the input GNU
Don't replace duplicate lines with '*' GNU
Print the hexadecimal representation of a file, replacing duplicate lines by `*`
Display the input offset in hexadecimal and its ASCII representation in two columns
Display the hexadecimal representation of a file, but interpret only a specific number of bytes of the input
Verbose - no suppression by `*` on duplicate lines
Format output using printf-like format string