Linda W wrote:
I was lamenting the lack of the simple "hexdump" facility I have on linux. I figured -- how difficult would it be to port that.
Cygwin already has the 'od' utility (in coreutils) which has the same functionality. For example, "od -A x -v -t x1z filename" will give a nice side-by-side hex/ascii output of a file.
Also, the cygutils package contains "dump.exe" which does something similar. But that's no reason NOT to hava hexdump, too. The more the merrier!
-- Chuck
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/