hexdump manpage says nothing about output or input endianness. If this
non homogeneous behaviour is not a bug, please add a note about it in
the manpage.
On 6/25/08, Christoph Berg <[EMAIL PROTECTED]> wrote:
> Re: Nahuel Greco 2008-01-15 <[EMAIL PROTECTED]>
> > hexdump shows swapped bytes when du
Re: Nahuel Greco 2008-01-15 <[EMAIL PROTECTED]>
> hexdump shows swapped bytes when dumping in default mode (no flags). See
> this:
>
> [EMAIL PROTECTED]:~$ echo abcd > /tmp/file
> [EMAIL PROTECTED]:~$ hexdump /tmp/file
> 000 6261 6463 000a
> 005
> [EMAIL PROTECTED]:~$ hexdump -b
Package: bsdmainutils
Version: 6.1.7
Severity: normal
hexdump shows swapped bytes when dumping in default mode (no flags). See
this:
[EMAIL PROTECTED]:~$ echo abcd > /tmp/file
[EMAIL PROTECTED]:~$ hexdump /tmp/file
000 6261 6463 000a
005
[EMAIL PROTECTED]:~$ hexdump -b /tmp/fil
3 matches
Mail list logo