JavaScript is disabled !
Bash Index : O - The 'O' Bash commands : description, flags and examples
od
Usage
od
: return
o
ctal
d
ump of files, and also in other formats.
Flags
Flag
Usage
-t
type
--format=
type
Specify the output format :
x
n
: he
x
adecimal,
n
bytes per integer
-A
RADIX
--address-radix=
RADIX
Decide how file offsets are printed :
d
for
d
ecimal,
o
for
o
ctal,
x
for he
x
adecimal,
n
for
n
one.
Source :
http://linux.die.net/man/1/od