od — Octal Dump

Synopsis

/usr/bin/od [-bcCDdFfOoSsvXx][-][file][offset_string] 
/usr/bin/od [-bcCDdFfOoSsvXx][-A address-base][-j skip][-N count] 
  [-t type-string] ... [-][file] 
/usr/xpg4/bin/od [-bcCDdFfOoSsvXx][-][file][offset-string] 
/usr/xpg4/bin/od [-bcCDdFfOoSsvXx][-A address-base] [-j skip] 
  [-N count][-t type-string [-][file] 

Description

The od command sequentially copies each input file to standard output and transforms the input data according to the output types specified with the -t or -bcCDdFfOoSsvXx options. If you specify no output type, the default output is as if you specified -t o2. You can specify multiple types by using multiple -bcCDdFfOoSstvXx options. Output lines are written for each type specified in the order in which ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.