how to do "hexdump" to analyze special white-space characters?

Peter J. Acklam pjacklam@online.no
Tue Nov 11 14:00:00 GMT 2003


ahnkle <cygwin@ekers.idps.co.uk> 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 - pjacklam@online.no - 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/



More information about the Cygwin mailing list