od
[options
] [file
] [[+
]offset
[.
|b
]]
Octal dump; produce a dump (normally octal) of the named file
.
file
is displayed from its beginning, unless you
specify an offset
(normally in octal bytes).
In the descriptions below, a "word" is a 16-bit unit.
Display bytes as octal.
Display bytes as ASCII.
Display words as unsigned decimal.
Display 32-bit words as unsigned decimal.
Display 32-bit words as floating point.
Display 64-bit words as extended precision.
Display words as unsigned octal (the default).
Display 32-bit words as unsigned octal.
Display words as signed decimal.
Display 32-bit words as signed decimal.
Verbose; show all data. Duplicate lines print as *.
Display words as hexadecimal.
Display 32-bit words as hexadecimal.
Required before offset
if file
isn't specified.
offset
value is decimal.
offset
value is 512-byte blocks.