Linux Bug to command   ( OD )

Written by Jim Meyering

OD is listing the bytes of a file in reverse order due to how it would look in 
memory and not how the bytes appear in the file.  Pipes to and from this 
command would alter the original oder of the file's contents.


If a file has   abcd
OD is listing it as being   ba dc    when the hex listing is listed you get
6261 6463

You should get  them in Ascii order





_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to