Sascha Kulawik wrote:
>  
> Hello,
> 
> Here is the new CommandFetch for a working Fetch with Mozilla.
> Haven't made a diff, diff says to me: "every old line out, all new lines in"
> - doesn't seems useful for me.
> 
> Regards,
> Sascha
> 
> 
> ------------------------------------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

invest in the command "dos2unix" assuming you're using cygwin.  if on 
linux do:

cat myfile | tr -d '\r' > myfile

That will convert the line feeds.

For me (reading from mozilla on winblows at the moment) your attachment 
became a "winmail.dat" file.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to