** Changed in: bsdmainutils (Ubuntu)
Status: New => Invalid
--
hexdump invoked as hd prints extra
https://bugs.launchpad.net/bugs/363201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@list
It is behaving as expected according to my reading. hd isn't just a
synonym for hexdump, it's hexdump plus the -C option. You can give
hd/hexdump multiple options to format the same bit of data more than
once.
hexdump without -C:
$ echo foo | hexdump -vce '4/1 "[%x] " "\n"'
000 f