On Sun, 08 May 2005 14:20:19 -0500
"Fafa Hafiz Krantz" <[EMAIL PROTECTED]> wrote:

> I am wondering what is needed (what tool or what code) to
> do a mass (recursive) removal of ^Ms?

try:
tr -d "\r" < input-file > output-file


-- 
<regisr>  
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to