About
hexdump is an utility that creates an hex dump
The hexdump application may be installed under different names such as:
- od,
- xxd
- dump
- D.
Articles Related
Installation
- Bsd (hexdump)
apt-get install -y bsdmainutils
- Part of the wiki/Util-linux, you get od
apt-get install -y util-linux
Example
hexdump -C file | head -n 20