I am running Redhat 6.1 on a Pentium 200Mhz Intel processor.  I have
discovered an error in the 'od 2.0' utility.  When using od to display a
file with '-cx', I discovered that it transposes each two byte field.

example using od -cx displays like the following.
0000000    1   2   3   4  \n  \0
                 3231 3433 000a

On an AIX  machine it displays as follows:
0000000    1    2    3    4   \n
                    3132    3334    0a00


Reply via email to