Claus Fischer <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.2.1-2
>
> (Please forward to upstream package maintainers)

No need :-)

> For optimum user comfort, od should have a simple one-letter
> commandline switch to create a tcpdump -X like output, i.e.
>
> 0000440 74 68 20 41 42 53 4f 4c 55 54 45 4c 59 20 4e 4f   abc.def.ghi.....
>
> that is od -t x1  combined with a display of the printable ANSII
> characters on the right hand side.

You can already get that behavior.
Just append a `z' to the type:

  $ echo foo | od -t x1z
  0000000 66 6f 6f 0a                                      >foo.<
  0000004


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to