On Sun, 30 Nov 2003 21:39:33 -0600, Bryan Cassidy wrote:

> Well, I take that back. It worked on 1 file and then ir started
> erasing the contents of the file.

tr -d \\r < file > tmp && mv tmp file

or

col -b < file > tmp && mv tmp file
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to