On 07/12/2004 11:03:20 AM CST Lawrence Gold wrote:
>
>fix-comments part of it. I also run the diff files through dos2unix to
>fix the line endings.

A bit OT here, but maybe not too much, since some Unix versions might
not install dos2unix by default.

For the conversion from DOS (CR/LF) to Unix (LF) one can use tr:

tr -d \\r < dosfile > unixfile

chris


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to