[freebsd] On removing ^M

regisr regisr at pobox.com
Sun May 8 12:40:56 PDT 2005


On Sun, 08 May 2005 14:20:19 -0500
"Fafa Hafiz Krantz" <fteg at london.com> 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>  


More information about the freebsd-questions mailing list