<?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>Blue Horn &#187; shell</title>
	<atom:link href="http://bluehorn.co.nz/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:23:14 +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>Linux command to recursively delete .svn folders</title>
		<link>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/</link>
		<comments>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:29:01 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/</guid>
		<description><![CDATA[find . -name .svn -print0 &#124; xargs -0 rm -rf Credit: http://codesnippets.joyent.com/posts/show/104 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span class="ident">find</span> <span class="punct">.</span> <span class="punct">-</span><span class="ident">name</span> <span class="punct">.</span><span class="ident">svn</span> <span class="punct">-</span><span class="ident">print0</span> <span class="punct">|</span> <span class="ident">xargs</span> <span class="punct">-</span><span class="number">0</span> <span class="ident">rm</span> <span class="punct">-</span><span class="ident">rf</p>
<p>Credit: <a target="_blank" href="http://codesnippets.joyent.com/posts/show/104">http://codesnippets.joyent.com/posts/show/104</a><br /></span></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=bedbb065-1290-8061-b17e-89926e769e49" /></div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

