COHERENT help

This page displays the COHERENT help information for od.

Listing of available help pages


od -- Print an octal dump of a file

od [-bcdox] [file] [ [+] offset[.][b] ]

Options:
     -b        Dump bytes in the default base
     -c        Dump bytes as ASCII characters
     -d        Dump words in decimal
     -o        Dump words in octal
     -x        Dump words in hexadecimal

Default base is octal on the PDP-11; hexadecimal on the i80286, Z-8001, and
M68000.  offset must be preceded by `+' if file is omitted.  offset is decimal
if `.' is present; `b' implies 512-byte blocks instead of bytes.