9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Plan 9 on mmuless systems.
Date: Mon, 16 Jan 2006 01:42:38 +0000	[thread overview]
Message-ID: <003ce23cdc52bdd33ebca7da0404ac5b@terzarima.net> (raw)
In-Reply-To: <BF2E8CB3-959F-4975-A7F4-6A8F0748C0E6@gmail.com>

> OS X od. My hex values are getting reversed, i.e. 3031    9600  
> becomes 0096    3130 when I dump it. When I use 5l -a though, the  
> values are correct. What am I doing wrong?

assuming od is displaying the same order on a big endian machine as you'd see on a little-endian machine.
i see that od on mac is `obsolete', replaced by hexdump, which sounds fine,
but that dumps in octal too, half the time!  do they have brainstorming sessions where they invent these things?

try hexdump -C ...
and see if that makes any difference.



  reply	other threads:[~2006-01-16  1:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-15  9:25 Noah Evans
2006-01-15 12:15 ` Russ Cox
2006-01-15 16:28   ` Noah Evans
2006-01-15 18:08     ` Bruce Ellis
2006-01-15 23:27       ` Noah Evans
2006-01-16  0:07         ` Charles Forsyth
2006-01-16  0:49           ` Noah Evans
2006-01-16  1:25             ` Charles Forsyth
2006-01-16  1:32               ` Noah Evans
2006-01-16  1:42                 ` Charles Forsyth [this message]
2006-01-16  1:46                   ` Noah Evans
2006-01-16  1:45                 ` Bruce Ellis
2006-01-16  1:54                   ` Noah Evans
2006-01-16  2:03                     ` Bruce Ellis
2006-01-16  0:52           ` Noah Evans
2006-01-15 20:26     ` Brantley Coile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=003ce23cdc52bdd33ebca7da0404ac5b@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).