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]

Re: od


Randall R Schulz <rrschulz@cris.com> writes:

> Sir,
>
> You have got to be kidding.

    22:53:33 fred@appel:~$ uname -a 
    Linux appel.lilypond.org 2.4.18-pre9-benh #1 Sat Feb 16 20:51:15 CET 2002 ppc unknown
    22:53:37 fred@appel:~$ echo http > http
    22:53:43 fred@appel:~$ od -bcx http 
    0000000 150 164 164 160 012 000
              h   t   t   p  \n  \0
            6874 7470 0a00
    0000005

    22:54:01 jan@verdon:~$ uname -a
    Linux verdon 2.4.17-k7 #2 Sat Dec 22 22:03:49 EST 2001 i686 unknown
    22:54:05 jan@verdon:~$ echo http > http
    22:54:15 jan@verdon:~$ od -bcx http 
    0000000 150 164 164 160 012 000
              h   t   t   p  \n  \0
            7468 7074 000a
    0000005

> For the record, the x86 architecture is little-endian, PowerPC, e.g., is 
> bid-endian.

Jep.

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
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]