in reply to crlf to \n
This might work with vim if you use vi compatibility mode; vim -C iirc. Otherwise vim tends to ignore eol differences.1. load file into vi 2. in command mode: %s/^V^M//g (^V is literal mode, then add carriage return, or ^M) 3. save file.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: crlf to \n
by zwon (Abbot) on Apr 02, 2009 at 19:09 UTC | |
by Intrepid (Curate) on Apr 03, 2009 at 03:41 UTC |