VI -- Using it to convert a unix file to windows
Submitted by albert on Wed, 2007-01-17 14:26
In VI do this:
:%s/^M//g (CTRL+VM for unix CTRL+QM for Windows).
I forget that all the time.
