<?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>This Is Finda! &#187; kevins</title>
	<atom:link href="http://awesome.finda.co.nz/author/kevins/feed/" rel="self" type="application/rss+xml" />
	<link>http://awesome.finda.co.nz</link>
	<description>Because an awesome product and an awesome team needs an awesome site.</description>
	<lastBuildDate>Tue, 23 Jul 2013 08:01:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How not to start your Friday</title>
		<link>http://awesome.finda.co.nz/2011/05/27/how-not-to-start-your-your-friday/</link>
		<comments>http://awesome.finda.co.nz/2011/05/27/how-not-to-start-your-your-friday/#comments</comments>
		<pubDate>Thu, 26 May 2011 19:46:20 +0000</pubDate>
		<dc:creator>kevins</dc:creator>
				<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=244</guid>
		<description><![CDATA[$ sudo vim /etc/hosts Enter some lovely vimlicious commands on the file, and then proceed with the accidental &#8220;:w ~&#8221;. That erroneous command, will unfortunately write the file as &#8220;~&#8221; to your current working directory. So we obviously don&#8217;t want that silly &#8220;~&#8221; file in our lovely clean directory so we&#8217;ll go ahead and remove [...]]]></description>
			<content:encoded><![CDATA[<p><code>$ sudo vim /etc/hosts</code></p>
<p>Enter some lovely vimlicious commands on the file, and then proceed with the accidental &#8220;:w ~&#8221;.  That erroneous command, will unfortunately write the file as &#8220;~&#8221; to your current working directory.</p>
<p>So we obviously don&#8217;t want that silly &#8220;~&#8221; file in our lovely clean directory so we&#8217;ll go ahead and remove it.</p>
<p>Now watch this:</p>
<p><code>$ rm ~<br />
rm: cannot remove `~': Is a directory<br />
</code></p>
<p>That doesn&#8217;t make sense, it should be a file.  Oh well.  &#8220;I don&#8217;t have to stuff around.&#8221; so I&#8217;ll just:</p>
<p><code>$ rm -rf ~</code></p>
<p>And then it slowly dawns&#8230;.NOO!</p>
<p><code>CTRL+C,CTRL+C,CTRL+C,CTRL+C,CTRL+C...</code></p>
<p>And there you have it.  A recursive delete on <strong>ALL</strong> my files in my home directory.  Nice.  I&#8217;ll spend the morning rebuilding my Dev environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesome.finda.co.nz/2011/05/27/how-not-to-start-your-your-friday/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
