Re: Hex display program V1.0

From: Måns Rullgård (mru_at_kth.se)
Date: 05/27/04


Date: Thu, 27 May 2004 21:40:58 +0200

Jem Berkes <jb@users.pc9.org> writes:

>>> For anyone that's interested:
>>>
>>> * Description : list files in hexadecimal
>>
>> What's wrong with od(1)?
>
> The byte order thing has always bugged me about od (maybe I'm just not
> invoking it properly). Why doesn't it provide a way to just output hex
> bytes? With hex shorts the output is platform dependent.

od -tx1z -Ax

-- 
Måns Rullgård
mru@kth.se


Relevant Pages

  • Re: Hex display program V1.0
    ... Måns Rullgård wrote: ... >> invoking it properly). ... Why doesn't it provide a way to just output hex ... With hex shorts the output is platform dependent. ...
    (comp.unix.programmer)
  • Re: Hex display program V1.0
    ... invoking it properly). ... Why doesn't it provide a way to just output hex ... Dan's program outputs hex representations of single characters, ... Jem Berkes ...
    (comp.unix.programmer)