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

Re: Why hexcat?



Abraham vd Merwe <abz@debian.org> writes:

> The reason why I wrote hexcat was that hextype and od, etc. couldn't dump
> the files the way I wanted it: i.e. 4-byte columns with 16-byte ascii
> display on the side (The closest was hexdump -C, but still not what I want

like this?  hexdump can do almost anything ...

$ cat $HOME/bin/hex 
#!/usr/bin/hexdump -f
"%08_ax  "
4/1 "%02x " "  " 4/1 "%02x " "  " 4/1 "%02x " "  " 4/1 "%02x " "  " 
16/1 "%_p"
"\n"

  Gerd

-- 
Gerd Knorr <kraxel@debian.org>



Reply to: