Table of Contents

Linux - hexdump (hd)

About

hexdump is an utility that creates an hex dump

The hexdump application may be installed under different names such as:

Installation

apt-get install -y bsdmainutils
apt-get install -y util-linux

Example

hexdump -C file | head -n 20

Documentation / Reference