On Fri, Aug 27, 2004 at 10:52:04PM -0400, Mike Jeays wrote:
> If you are using plain vi, you can get rid of the unwanted characters
> with the command
> :1,$s/ctrl-v-m//g where "ctrl-v-m' means hold down the Ctrl key while
> you press v followed by m.  You will see them magically disappear.

Another way to do this: %s/\r//

(% - act on all lines)

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

Reply via email to