Ralf Hauser wrote:
To some degree, I can analyze different variants of these files with
"cat -vte".
I've always specified it as "cat -vet" (think taking the cat to the vet)
:-)
--
Nostalgia isn't what it used to be.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem re
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
-
I discovered a program called dump that displays input as hex. I found
it very useful. It is in the cygutils package.
regards,
jeremy
Ralf Hauser wrote:
The application I am working on is quite sensitive to the whitespaces (e.g.
\n versus \r\n, etc.) it gets in the files I feed it.
To some degre
On Tue, Nov 11, 2003 at 01:04:19PM +0100, Ralf Hauser wrote:
> The application I am working on is quite sensitive to the whitespaces (e.g.
> \n versus \r\n, etc.) it gets in the files I feed it.
>
> To some degree, I can analyze different variants of these files with
> "cat -vte".
> But even bette
Try xxd, i think it comes with vim...
...
> have as I can do under Linux with "hexdump -C".
>
> How would I do that with cygwin?
...
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/
5 matches
Mail list logo