man(1) Manual page archive

od(1) - Unix First Edition Manual Page
11/3/71OD (I)

NAME od -- octal dump
SYNOPSIS od name [ origin ]
DESCRIPTION od dumps a file in octal, eight words per line with theorigin 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 thefile appears to be padded with garbage to a length of 511


mod 512 bytes.
OWNER ken, dxnr