od

Name

od -- dump files in octal and other formats

Description

The specification for "od" is as specified in the SUS but with the following differences as listed below.

Differences

-w, --width[=BYTES]

output BYTES bytes per output line

--traditional

accept arguments in pre-POSIX form

--help

display this help and exit

--version

output version information and exit

Pre-POSIX specifications may be intermixed, they accumulate

-a

same as -t a, select named characters

-f

same as -t fF, select floats

-h

same as -t x2, select hexadecimal shorts

-i

same as -t d2, select decimal shorts

-l

same as -t d4, select decimal longs