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 in-
terrupt 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 gar-
bage to a length of 511 mod 512 bytes.
OWNER ken, dmr