<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Unix 101 / Unzipping Files</title>
	<atom:link href="http://www.accessdataservices.com/blog/unix-101-unzipping-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/</link>
	<description>Linux, Freedom, and More</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:37:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gare</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-56193</link>
		<dc:creator>gare</dc:creator>
		<pubDate>Mon, 19 Sep 2011 19:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-56193</guid>
		<description>hello gbviswanadh,

The -j switch of tar command handles bzip2 files.  So to unzip a .bz2 file use tar like this:

tar -xvfj file.tar.bz2

This should unzip the bzip2 zip, then extract the tarred file.</description>
		<content:encoded><![CDATA[<p>hello gbviswanadh,</p>
<p>The -j switch of tar command handles bzip2 files.  So to unzip a .bz2 file use tar like this:</p>
<p>tar -xvfj file.tar.bz2</p>
<p>This should unzip the bzip2 zip, then extract the tarred file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gbviswanadh</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-56146</link>
		<dc:creator>gbviswanadh</dc:creator>
		<pubDate>Sun, 18 Sep 2011 12:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-56146</guid>
		<description>dear sir am working in linux os and i want to know how to extract file which are in for example abcd.zip.bz2  like that how i cant extract zip file, i know bizp2 -fd abcd.zip.bz2 and after that unzip abcd.zip, so is there any another command is there to unzip file</description>
		<content:encoded><![CDATA[<p>dear sir am working in linux os and i want to know how to extract file which are in for example abcd.zip.bz2  like that how i cant extract zip file, i know bizp2 -fd abcd.zip.bz2 and after that unzip abcd.zip, so is there any another command is there to unzip file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-36557</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Mon, 18 May 2009 04:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-36557</guid>
		<description>For zip:

If you want extract and override all old files and creating the new files... try this:

unzip -uo joomla_update.zip

Where:

joomla_update.zip is your .zip file.</description>
		<content:encoded><![CDATA[<p>For zip:</p>
<p>If you want extract and override all old files and creating the new files&#8230; try this:</p>
<p>unzip -uo joomla_update.zip</p>
<p>Where:</p>
<p>joomla_update.zip is your .zip file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gare</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-5975</link>
		<dc:creator>Gare</dc:creator>
		<pubDate>Mon, 20 Aug 2007 14:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-5975</guid>
		<description>To tar &amp; zip on RH:

tar cvzf /home/ghome/myfiles.tgz myfilesdirectory</description>
		<content:encoded><![CDATA[<p>To tar &#038; zip on RH:</p>
<p>tar cvzf /home/ghome/myfiles.tgz myfilesdirectory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gare</title>
		<link>http://www.accessdataservices.com/blog/unix-101-unzipping-files/comment-page-1/#comment-3799</link>
		<dc:creator>Gare</dc:creator>
		<pubDate>Sat, 19 May 2007 18:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.accessdataservices.com/blog/wordpress/?p=14#comment-3799</guid>
		<description>If it&#039;s .tar.bz2, then you can use
Code:

tar xjvf cornbread.tar.bz2

to extract it all at once. If it&#039;s just .bz2, then use
Code:

bunzip2 spankythefish.bz2</description>
		<content:encoded><![CDATA[<p>If it&#8217;s .tar.bz2, then you can use<br />
Code:</p>
<p>tar xjvf cornbread.tar.bz2</p>
<p>to extract it all at once. If it&#8217;s just .bz2, then use<br />
Code:</p>
<p>bunzip2 spankythefish.bz2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

