od

version: 0.0.9

dump files in octal and other formats

Options

--help

Print help information

--version, -V

Print version information

--address-radix=<RADIX>, -A <RADIX>

Select the base in which file offsets are printed.

--skip-bytes=<BYTES>, -j <BYTES>

Skip bytes input bytes before formatting and writing.

--read-bytes=<BYTES>, -N <BYTES>

limit dump to BYTES input bytes

--endian=<big|little>

byte order to use for multi-byte formats

--strings=<BYTES>, -S <BYTES>

NotImplemented: output strings of at least BYTES graphic chars. 3 is assumed when BYTES is not specified.

-a

named characters, ignoring high-order bit

-b

octal bytes

-c

ASCII characters or backslash escapes

-d

unsigned decimal 2-byte units

-D

unsigned decimal 4-byte units

-o

octal 2-byte units

-I

decimal 8-byte units

-L

decimal 8-byte units

-i

decimal 4-byte units

-l

decimal 8-byte units

-x

hexadecimal 2-byte units

-h

hexadecimal 2-byte units

-O

octal 4-byte units

-s

decimal 2-byte units

-X

hexadecimal 4-byte units

-H

hexadecimal 4-byte units

-e

floating point double precision (64-bit) units

-f

floating point double precision (32-bit) units

-F

floating point double precision (64-bit) units

--format=<TYPE>, -t <TYPE>

select output format or formats

--output-duplicates, -v

do not use * to mark line suppression

--width=<BYTES>, -w <BYTES>

output BYTES bytes per output line. 32 is implied when BYTES is not specified.

--traditional

compatibility mode with one input, offset and label.