<?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>Brainsick Patterns -- No Code Relation &#187; Linux</title>
	<atom:link href="http://blog.brainsicksolutions.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brainsicksolutions.com</link>
	<description>Umm... a porridge made from things I learn so I can find them easier?</description>
	<lastBuildDate>Thu, 21 Jan 2010 19:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Linux Cookbook</title>
		<link>http://blog.brainsicksolutions.com/2009/02/the-linux-cookbook/</link>
		<comments>http://blog.brainsicksolutions.com/2009/02/the-linux-cookbook/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 08:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/02/the-linux-cookbook/</guid>
		<description><![CDATA[The Linux Cookbook: Tips and Techniques for Everyday Use
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://dsl.org/cookbook/cookbook_toc.html">The Linux Cookbook: Tips and Techniques for Everyday Use</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/02/the-linux-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch deletion in Linux</title>
		<link>http://blog.brainsicksolutions.com/2009/02/batch-deletion-in-linux/</link>
		<comments>http://blog.brainsicksolutions.com/2009/02/batch-deletion-in-linux/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 08:22:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hot Tip!]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[remove directory]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[rmdir]]></category>

		<guid isPermaLink="false">http://blog.brainsicksolutions.com/2009/02/batch-deletion-in-linux/</guid>
		<description><![CDATA[Two particularly useful (at least for me) commands are removing numerous files or completely eradicating a given directory.
The quickest way to delete numerous files:find /parent/directory -type f -iname '*jpg' &#124; xargs rm -f
The quickest way to remove a non-empty directory:rm -rf /directory
Additional usage examples.&#160; Found a shell programming example.
]]></description>
			<content:encoded><![CDATA[<p>Two particularly useful (at least for me) commands are removing numerous files or completely eradicating a given directory.</p>
<p>The quickest way to delete numerous files:<br /><code class="linux">find /parent/<span class="searchTerm">directory</span> -type f -iname '*jpg' | xargs rm -f</code></p>
<p>The quickest way to remove a non-empty directory:<br /><code class="linux">rm -rf /directory</code></p>
<p><a target="_blank" href="http://www.linuxquestions.org/questions/slackware-14/removing-multiple-files-in-nested-directories...-632296/">Additional</a> <a target="_blank" href="http://www.experts-exchange.com/OS/Linux/Q_22820927.html">usage</a> <a target="_blank" href="http://communities.vmware.com/thread/76191">examples</a>.&nbsp; Found a <a target="_blank" href="http://www.unix.com/shell-programming-scripting/39094-remove-directories.html">shell programming example</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brainsicksolutions.com/2009/02/batch-deletion-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
