bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hdisp -- a tiny new utility


From: Pádraig Brady
Subject: Re: hdisp -- a tiny new utility
Date: Tue, 19 Dec 2006 09:40:34 +0000
User-agent: Thunderbird 1.5.0.8 (X11/20061116)

Geoffrey Rommel wrote:
> I've written a little utility called 'hdisp' (hex display). It displays files 
> in characters and hex, which makes it similar to 'od -ch', but the output is 
> IMHO easier to read. It also displays "EBCDIC" characters; for instance, 
> x'C1' in the input can be displayed as 'A' (actually an ASCII A, of course). 
> I've been using it on Sun, IBM, and Intel hardware for years. Any objections 
> if I contribute it? Also, I've never contributed code before, so any pointers 
> to the proper procedures would be appreciated. Thanks.

On fedora there is hexdump from util-linux
On ubuntu there is hexdump from bsdmainutils
Personally I use: alias hd='od -Ax -tx1z -v'

I'm not sure a new util is required.

thanks,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]