ahnkle <[EMAIL PROTECTED]> wrote: > I discovered a program called dump that displays input > as hex. I found it very useful. It is in the cygutils > package.
There is also "od". To see \r, \n etc., try od -c FILE For a hex dump try od -x FILE There are many other options too. Peter -- Peter J. Acklam - [EMAIL PROTECTED] - http://home.online.no/~pjacklam -- 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/