Thomas Jollans <t...@tjol.eu>: > On 2018-08-20 04:22, Chris Angelico wrote: >> On Mon, Aug 20, 2018 at 12:01 PM, Grant Edwards >> <grant.b.edwa...@gmail.com> wrote: >>> On 2018-08-20, Ben Bacarisse <ben.use...@bsb.me.uk> wrote: >>>> It is if you run it as hd. >>> What do you mean "run it as hd"? >>> I don't have an "hd" in my path. >> Your system is different from mine, then. > Wonderful. Now why don't we all forget about hexdump and use xxd? ;-) > > FWIW, I have an Ubuntu system with hd, and an SL7 system without.
Fedora: $ xxd bash: xxd: command not found $ hd bash: hd: command not found $ od -Ax -tx1z -v <<<hello 000000 68 65 6c 6c 6f 0a >hello.< 000006 Marko -- https://mail.python.org/mailman/listinfo/python-list