On Jul 14, 2008, at 1:13 PM, erik quanstrom wrote:
-x by itself doesn't output the hex codes for bytes, it outputs the hex codes for 4 byte integers. i think you're thinking of this command line instead; xd -c -1x bad 0000000 e0 Q R S \n 0 e0 51 52 53 0a
On Jul 14, 2008, at 1:22 PM, Russ Cox wrote:
The -c and -x formats are not intended to align. If you want hex codes aligned with characters, use -b.
Thanks for the clarifications. -b == -1x, so both solve this misunderstanding.
