[Bug 1622711] [NEW] hexdump defaults to wrong endianness
Launchpad Bug Tracker
1622711 at bugs.launchpad.net
Mon Sep 12 18:59:38 UTC 2016
You have been subscribed to a public bug:
In my terminal
$> cat /etc/hostname
alien
$>
The above output seems to indicate that `0x0a` is the final byte of this
file, an ordinary Unix newline.
$> hexdump /etc/hostname
0000000 6c61 6569 0a6e
Here it seems that the file, in two-byte words, is being displayed with
each pair of bytes reversed.
In other words, hexdump is defaulting to the wrong endianness.
** Affects: bsdmainutils (Ubuntu)
Importance: Undecided
Status: New
--
hexdump defaults to wrong endianness
https://bugs.launchpad.net/bugs/1622711
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to bsdmainutils in Ubuntu.
More information about the foundations-bugs
mailing list