<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to remove ^M character with VI</title>
	<atom:link href="http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:10:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brent</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-216864</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Thu, 08 Dec 2011 21:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-216864</guid>
		<description>You might consider just running dos2unix utility on the file.</description>
		<content:encoded><![CDATA[<p>You might consider just running dos2unix utility on the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lambzee</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-216270</link>
		<dc:creator>lambzee</dc:creator>
		<pubDate>Thu, 03 Nov 2011 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-216270</guid>
		<description>Awesome you saved about 1 hr for me

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Awesome you saved about 1 hr for me</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-215198</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-215198</guid>
		<description>But I dont want to open the file using VI and then type at :

Can i just do it without opening the file ?</description>
		<content:encoded><![CDATA[<p>But I dont want to open the file using VI and then type at :</p>
<p>Can i just do it without opening the file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciprian</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-56205</link>
		<dc:creator>ciprian</dc:creator>
		<pubDate>Tue, 05 Jan 2010 02:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-56205</guid>
		<description>Eric,

You are remoting into a linux box or win xp box?
If linux then pres %s/Ctrl-VCtrl-M//g
The Ctrl-VCtrl-M should show up like a ^M
If on windows i dont know of any other way besides %s/\r//g
Let us know if you find out
Thanks</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>You are remoting into a linux box or win xp box?<br />
If linux then pres %s/Ctrl-VCtrl-M//g<br />
The Ctrl-VCtrl-M should show up like a ^M<br />
If on windows i dont know of any other way besides %s/\r//g<br />
Let us know if you find out<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-56044</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 01 Jan 2010 02:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-56044</guid>
		<description>Hi Ciprian, i am editing the file vi putty remoting from win 2008 SBS and the command  %s/\r//g does&#039;t seems to work either.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Ciprian, i am editing the file vi putty remoting from win 2008 SBS and the command  %s/\r//g does&#8217;t seems to work either.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liberta Design</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-21283</link>
		<dc:creator>Liberta Design</dc:creator>
		<pubDate>Sun, 29 Jun 2008 15:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-21283</guid>
		<description>Thanks man, very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks man, very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-5209</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 08 Feb 2008 19:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-5209</guid>
		<description>Thanks for sharing the solution ciprian.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the solution ciprian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciprian</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-5087</link>
		<dc:creator>ciprian</dc:creator>
		<pubDate>Wed, 06 Feb 2008 20:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-5087</guid>
		<description>i found this to work on windows xp

%s/\r//g

to replace all ^M with nothing in the whole file</description>
		<content:encoded><![CDATA[<p>i found this to work on windows xp</p>
<p>%s/\r//g</p>
<p>to replace all ^M with nothing in the whole file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ciprian</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-5086</link>
		<dc:creator>ciprian</dc:creator>
		<pubDate>Wed, 06 Feb 2008 20:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-5086</guid>
		<description>hi, the ^M are showing for me on windows xp, i tried this command %s/^M//g but it doesn&#039;t work, as soon as i put in the ctrl-m it says it cant find the pattern, is there some difference that i have to do to get to use this command on windows?</description>
		<content:encoded><![CDATA[<p>hi, the ^M are showing for me on windows xp, i tried this command %s/^M//g but it doesn&#8217;t work, as soon as i put in the ctrl-m it says it cant find the pattern, is there some difference that i have to do to get to use this command on windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/comment-page-1/#comment-3348</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/#comment-3348</guid>
		<description>Thanks sir, more to come. It&#039;s fun :D</description>
		<content:encoded><![CDATA[<p>Thanks sir, more to come. It&#8217;s fun <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

