bug#10045: Unix od command, reverses hex bytes in output

2011-11-14 Thread Bob Proulx
adad...@us.imshealth.com wrote: > On Red Hat, the od command reverses the hex bytes. > [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ cat a > 123456 > [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ od -cx a > 000 1 2 3 4 5 6 \n \0 > 3231 3433 3635 000a > > On HP-UX, it prints w

bug#10045: Unix od command, reverses hex bytes in output

2011-11-14 Thread Eric Blake
tag 10045 notabug thanks On 11/14/2011 07:56 AM, adad...@us.imshealth.com wrote: > On Red Hat, the od command reverses the hex bytes. > [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ cat a > 123456 > [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ od -cx a > 000 1 2 3 4 5 6 \n \0 >

bug#10045: Unix od command, reverses hex bytes in output

2011-11-14 Thread ADAdamo
On Red Hat, the od command reverses the hex bytes. [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ cat a 123456 [lrxdusr@cdtslrx122d PatientLoadDataFiles]$ od -cx a 000 1 2 3 4 5 6 \n \0 3231 3433 3635 000a On HP-UX, it prints what you'd expect. plr02:lrxiusr:/plr02_users/lrx