<?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>Kurinchi Blogger Scribbles ... &#187; Zip</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/zip/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Gunzip, Bunzip, Unzip with tar</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/04/gunzip-bunzip-unzip.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/04/gunzip-bunzip-unzip.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 00:24:57 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[.gz]]></category>
		<category><![CDATA[.tar.gz]]></category>
		<category><![CDATA[Bunzip]]></category>
		<category><![CDATA[Gunzip]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[Unzip]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=268</guid>
		<description><![CDATA[Bunzip, Unzip To bunzip a folder, use the command $ tar jcvf dump.tar.bz folder/ Transfer the file to the location of your choice. For e.g. /tmp and issue the following command to unzip [/tmp] $ tar -jxvf dump.tar.bz Gunzip, Unzip To gunzip a folder, use the command $ tar zcvf package.tar.gz folder/ To extract the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Bunzip, Unzip</strong></p>
<p>To bunzip a folder, use the command</p>
<p><strong>$ tar jcvf dump.tar.bz folder/</strong></p>
<p>Transfer the file to the location of your choice. For e.g. /tmp and issue the following command to unzip</p>
<p><strong>[/tmp] $ tar -jxvf dump.tar.bz</strong><br />
<span id="more-268"></span></p>
<p><strong>Gunzip, Unzip</strong></p>
<p>To gunzip a folder, use the command</p>
<p><strong>$ tar zcvf package.tar.gz folder/</strong></p>
<p>To extract the file transfer the file to the location of your choice. For e.g. /tmp and issue the command</p>
<p><strong>[/tmp] $ tar -zxvf package.tar.gz</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/04/gunzip-bunzip-unzip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

