On Tuesday 04 June 2002 10:11, Philip S Tellis wrote: > > Sub : DOS to Unix conversion (#3) LOST #137 > > > > DOS text files with ^M can be cleared by pico editor. Load the > > dos text file in pico, Do a small edit job on it. (e.g. place > > a space and delete it again) .. Save .. Quit. All ^Ms gone !! > > you don't need to do any edits on the file. Open in pico. Ctrl+O. > Ctrl+X.
:s/^v^M/" "/g should do the trick in vi/vim. Check out for exact specs as I am rusty on that.. Shridhar _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
