<?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>Sean&#039;s Blog &#187; tar</title>
	<atom:link href="http://seanbehan.com/tag/tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:44:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Uncompress A Bz2 File Using Tar Command</title>
		<link>http://seanbehan.com/linux/uncompress-a-bz2-file-using-tar-command/</link>
		<comments>http://seanbehan.com/linux/uncompress-a-bz2-file-using-tar-command/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 21:18:13 +0000</pubDate>
		<dc:creator>bseanvt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bzip2]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[uncompress]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://seanbehan.com/?p=1062</guid>
		<description><![CDATA[Uncompress a bz2 file using tar command tar --use-compress-program bzip2 -xvf your-file-to-uncompress.tar.bz2 @source http://www.kde.gr.jp/help/doc/kdebase/doc/khelpcenter/faq/HTML/bzip2.html]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fseanbehan.com%2Flinux%2Funcompress-a-bz2-file-using-tar-command%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_twitter" style="width:px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Uncompress A Bz2 File Using Tar Command" data-url="http://seanbehan.com/linux/uncompress-a-bz2-file-using-tar-command/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div><p>Uncompress a bz2 file using tar command</p>
<pre class="wp-code-highlight prettyprint">
tar --use-compress-program bzip2 -xvf your-file-to-uncompress.tar.bz2
</pre>
<p>@source <a href="http://www.kde.gr.jp/help/doc/kdebase/doc/khelpcenter/faq/HTML/bzip2.html">http://www.kde.gr.jp/help/doc/kdebase/doc/khelpcenter/faq/HTML/bzip2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/linux/uncompress-a-bz2-file-using-tar-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

