TOOL » LINUX » PACKAGE

Od

Basic usage

Dump files in octal and other formats.

shell
od OPTION FILE
OptionDescription
-A --address-radixOutput format for file offsets; RADIX is one of doxn, for Decimal, Octal, Hex or None.
-t --formatSelect output format or formats.
-v --output-duplicatesDo not use * to mark line suppression.

Example

Display hexdump format output:

shell
od -A x -t x1z -v BINFILE