od - dump files in octal and other formats
od.pl [ -abcdfhiloxv ] [ -A radix ] filename
The od.pl writes to the standard output the contents of the given files, or of the
standard input if the name `-' is given. Each line of the output consists
of the offset in the input file in the leftmost column of each line,
followed by one or more columns of data from the file, in a format
controlled by the options. By default, od prints the file offsets in octal
and the file data as two-byte octal numbers.
od
Mark Kahn, mkahn@vbe.com.
This program is copyright (c) Mark Kahn 1999.
This program is free and open software. You may use, modify, distribute,
and sell this program (and any modified variants) in any way you wish,
provided you do not restrict others from doing the same.