<?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>Phoar.com &#187; bash</title>
	<atom:link href="http://phoar.com/wordpress/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoar.com/wordpress</link>
	<description>This is not a blog, Don.</description>
	<lastBuildDate>Tue, 13 Sep 2011 22:02:01 +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>One liner: unrar all rar files matching a pattern</title>
		<link>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/</link>
		<comments>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:59:16 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=124</guid>
		<description><![CDATA[This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s. for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done]]></description>
			<content:encoded><![CDATA[<p>This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s.</p>
<p><code>for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

