The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

od - dump files in octal and other formats

SYNOPSIS

od.pl [ -abcdfhiloxv ] [ -A radix ] filename

DESCRIPTION

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.

SEE ALSO

od(1)

AUTHOR

Mark Kahn, mkahn@vbe.com.

COPYRIGHT and LICENSE

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.