V1/man/man1/od.1
11/3/71 OD (I)
NAME od -- octal dump
SYNOPSIS od name [ origin ]
DESCRIPTION od dumps a file in octal, eight words per line with the
origin of the line on the left. If an octal origin is given
it is truncated to 0 mod 16 and dumping starts from there,
otherwise from 0. Printing continues until halted by
sending an interrupt signal.
FILES
SEE ALSO db
DIAGNOSTICS
BUGS Dumping does not cease at the end of the file; instead the
file appears to be padded with garbage to a length of 511
mod 512 bytes.
OWNER ken, dxnr