"^M"

Duane Whitty duane at greenmeadow.ca
Wed May 3 03:35:47 UTC 2006


FreeBSD Daemon wrote:
> Dear list,
>
> How can I non-manually remove the "^M" line breaks from my text files
>
> TIA
>
> zheyu
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>
>
>   
 From within vi you could do
:g/^V^M/s/^V^M//g

Best Regards,


Duane Whitty
-- 
duane at greenmeadow.ca


More information about the freebsd-questions mailing list