Table of Contents

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.

Installation

  • Bsd (hexdump)
apt-get install -y bsdmainutils
apt-get install -y util-linux

Example

hexdump -C file | head -n 20

Documentation / Reference