bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: source byte order option for od


From: Bob Proulx
Subject: Re: PATCH: source byte order option for od
Date: Mon, 14 Jan 2008 18:24:16 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

Robert Dodier wrote:
> Here is a patch to enable two new options for od,
> --source-byte-order and --force-byte-swap.

Is this to avoid using 'od -tx1'?

Often people mistakenly use 'od -x' outputing native machine word data
when they really want to output byte data using 'od -tx1'.  Native
words suffer from endian differences on different machines but byte
data is portable.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]