Documented in Volume 1 of the UNIX Programmers Manual.
% od -c filename will list 'filename' at the terminal in CHARACTER format.
% od -cb filename will list, as above, but separate output into byte-size pieces.
To Index