This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

od


Hi,

I created at test file with 4 characters in it:

	HTTP

Then, I run od -bcx and I get:

110 124 124 120 012 000
  H   T   T   P  \n  \0
5448 5054 000a

You can see that the hex values in the last line are reversed.
I think they should be 4854 5450 000a.

Has anyone else noticed this?

David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]