.oh '11/3/70''OD(I)' .ta 18 21 NAME od -- octal dump .sp SYNOPSIS .ul od file .sp DESCRIPTION .ul od dumps the words of the named file in octal format, eight words per line. Each line is prefixed by the offset into the file, and this is separated from the file output by a colon. .sp FILES -- .sp SEE ALSO -- .sp DIAGNOSTICS If a file cannot be opened, its name is printed followed by "?". If no argument is given, "no arg" is output. .sp BUGS -- .sp OWNER wkt