.TH od pj "4 July 2005" .SH NAME od Notes .SH DESCRIPTION .TP .B od --format=ax1 \fIfilename\fR This gives you both characters (a) and hex (x1). Hex values are 1-byte long. If you don't specify the 1, you get endian weirdness. .TP .B od --format=cz \fIfilename\fR This is a bit easier to read. .SH AUTHOR Paul Jungwirth