<?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>Dusty Reagan &#187; SSH</title>
	<atom:link href="http://dustyreagan.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustyreagan.com</link>
	<description>On Technology &#38; Entrepreneurship</description>
	<lastBuildDate>Thu, 15 Jul 2010 01:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to delete an entire directory via SSH</title>
		<link>http://dustyreagan.com/how-to-delete-an-entire-directory-via-ssh/</link>
		<comments>http://dustyreagan.com/how-to-delete-an-entire-directory-via-ssh/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 21:30:11 +0000</pubDate>
		<dc:creator>Dusty Reagan</dc:creator>
				<category><![CDATA[IT & Administration]]></category>
		<category><![CDATA[Web & Software Development]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://dustyreagan.com/how-to-delete-an-entire-directory-via-ssh/</guid>
		<description><![CDATA[I know this is probably common knowledge to Linux and Unix geeks. But every time I need to remove a directory with files in my NearlyFreeSpeech.Net SSH terminal I end up having to google for the command. So here it &#8230; <a href="http://dustyreagan.com/how-to-delete-an-entire-directory-via-ssh/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know this is probably common knowledge to Linux and Unix geeks. But every time I need to remove a directory with files in my <a href="https://www.nearlyfreespeech.net/">NearlyFreeSpeech.Net</a> SSH terminal I end up having to google for the command.  So here it is for anyone else who&#8217;s out there <a href="http://en.wikipedia.org/wiki/Google_(verb)">googling</a>!</p>
<pre>
rm -r -f YourDirectory</pre>
<p>rm = remove / delete<br />
-r = recursively deletes the directory and all files in it, including subdirectories<br />
-f = will not ask for confirmation before deleting</p>
<img src="http://dustyreagan.com/?ak_action=api_record_view&id=48&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dustyreagan.com/how-to-delete-an-entire-directory-via-ssh/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
