<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewJokeCity &#187; CONTROL-M</title>
	<atom:link href="http://www.newjokecity.com/tag/control-m/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newjokecity.com</link>
	<description>TechNews from the city of NewJoke</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>To remove the ^M characters at the end of all lines in vi</title>
		<link>http://www.newjokecity.com/2008/09/to-remove-the-m-characters-at-the-end-of-all-lines-in-vi/</link>
		<comments>http://www.newjokecity.com/2008/09/to-remove-the-m-characters-at-the-end-of-all-lines-in-vi/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 06:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Everyday News]]></category>
		<category><![CDATA[CONTROL-M]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[^M]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=8</guid>
		<description><![CDATA[To remove the ^M characters at the end of all lines in vi, use: :%s/^V^M//g The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this: :%s/^M//g Print]]></description>
			<content:encoded><![CDATA[<p>To remove the ^M characters at the end of all lines in vi, use:</p>
<p>:%s/^V^M//g</p>
<p>The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this:</p>
<p>:%s/^M//g</p>
<a id="pwyl_print_button" href="http://www.printwhatyoulike.com/" onclick="javascript:(function(){window._pwyl_home='http://www.printwhatyoulike.com/';window._pwyl_print_button=document.createElement('script');window._pwyl_print_button.setAttribute('type','text/javascript');window._pwyl_print_button.setAttribute('src',window._pwyl_home+'js/print_button/');window._pwyl_print_button.setAttribute('pwyl','true');document.getElementsByTagName('head')[0].appendChild(window._pwyl_print_button);document.body.style.cursor='progress';document.getElementById('pwyl_print_button').style.cursor='progress';})();return false;" title="Print this page" style="text-decoration: none;"><span style="text-decoration: none; color: #719a11;">Print</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/2008/09/to-remove-the-m-characters-at-the-end-of-all-lines-in-vi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
