od [sw] <file> [[+]<offset>[.][b]]

Octal file dump.

offset	= starting offset ('.'=decimal offset, 'b'=block offset).

Switches -
b	Display octal bytes.
c	Display ASCII bytes.
d	Display decimal words.
o	Display octal words.
x	Display hex words.
