<?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>Miscellaneous Computer Technology Notes</description>
	<lastBuildDate>Sun, 13 Jun 2010 22:08:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
