<?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; vi</title>
	<atom:link href="http://www.newjokecity.com/tag/vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newjokecity.com</link>
	<description>TechNews from the city of NewJoke</description>
	<lastBuildDate>Tue, 19 Jul 2011 20:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>To remove the ^M characters at the end of all lines in vi</title>
		<link>http://www.newjokecity.com/to-remove-the-m-characters-at-the-end-of-all-lines-in-vi/</link>
		<comments>http://www.newjokecity.com/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]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/to-remove-the-m-characters-at-the-end-of-all-lines-in-vi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.newjokecity.com @ 2012-02-06 06:53:59 -->
