On Wed, 10 Jul 2002, Larry Snyder wrote: > Consider the following: > :1,$s/^V^M// > If you don't happen to have a dos2unix handy.... > BTW, ^V takes the next character as raw.... :%s/^V^M// is two characters shorter. =) //cjs