<?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: Quickly Deleting Files on Linux</title>
	<atom:link href="http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/</link>
	<description>Occasionally Relevant Insights from a Software Builder</description>
	<lastBuildDate>Tue, 29 Nov 2011 16:52:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Johan Cyprich</title>
		<link>http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/comment-page-1/#comment-173790</link>
		<dc:creator>Johan Cyprich</dc:creator>
		<pubDate>Thu, 09 Apr 2009 23:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/#comment-173790</guid>
		<description>Hi Steve. &lt;a href=&quot;http://www.twitter.com/corykrug&quot; rel=&quot;nofollow&quot;&gt;corykrug&lt;/a&gt; on Twitter said you can recursively delete all files and directories with

    rm - rf *

Its probably a good idea giving a full path when deleting files just to be safe.</description>
		<content:encoded><![CDATA[<p>Hi Steve. <a href="http://www.twitter.com/corykrug" rel="nofollow">corykrug</a> on Twitter said you can recursively delete all files and directories with</p>
<p>    rm &#8211; rf *</p>
<p>Its probably a good idea giving a full path when deleting files just to be safe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve.lippert</title>
		<link>http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/comment-page-1/#comment-173788</link>
		<dc:creator>steve.lippert</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyprich.com/2009/04/08/quickly-deleting-files-on-linux/#comment-173788</guid>
		<description>While this is a quick way to remove an entire directory in linux you really must take caution in using it.  

I always go with the full path to remove directories
rm -Rf /var/www/vhost/subdomain.cyprich.com
instead of
rm -Rf subdomain.cyprich.com

which may be correct if I am in /var/www/vhosts, but would be wrong if I am in say my home directory.  

I have borked a dev system by running rm -Rf in /etc instead of in /tmp like I wanted to do.

It&#039;s a rookie mistake I admit, but something that can also be learned from.</description>
		<content:encoded><![CDATA[<p>While this is a quick way to remove an entire directory in linux you really must take caution in using it.  </p>
<p>I always go with the full path to remove directories<br />
rm -Rf /var/www/vhost/subdomain.cyprich.com<br />
instead of<br />
rm -Rf subdomain.cyprich.com</p>
<p>which may be correct if I am in /var/www/vhosts, but would be wrong if I am in say my home directory.  </p>
<p>I have borked a dev system by running rm -Rf in /etc instead of in /tmp like I wanted to do.</p>
<p>It&#8217;s a rookie mistake I admit, but something that can also be learned from.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

