<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Extract a gzip compressed tar archive in Linux</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/extract_a_gzip_compressed_tar_archive_in_linux_linux_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 16 May 2011 08:54:36 -0000</lastBuildDate><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-204448707</link><description>&lt;p&gt;Good thanx Rahul &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">S_raparty</dc:creator><pubDate>Mon, 16 May 2011 08:54:36 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-135286779</link><description>&lt;p&gt;Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiyagarajan Veluchamy</dc:creator><pubDate>Thu, 27 Jan 2011 08:19:24 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-125532033</link><description>&lt;p&gt;gunzip file.tar.gz&lt;br&gt;u get file.tar&lt;br&gt;tar -xvf file.tar&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rahulbiliye</dc:creator><pubDate>Fri, 07 Jan 2011 00:50:46 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-125531610</link><description>&lt;p&gt;gunzip file.tar.gz&lt;/p&gt;&lt;p&gt;it will give file.tar&lt;/p&gt;&lt;p&gt;then type command tar -xvf &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rahul B</dc:creator><pubDate>Fri, 07 Jan 2011 00:49:15 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-69535809</link><description>&lt;p&gt;good stuff&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bubu</dc:creator><pubDate>Wed, 18 Aug 2010 07:19:29 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-29617859</link><description>&lt;p&gt;It won't work for me I think gunzip is another option to unzip gzip file.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sikat ang pinoy</dc:creator><pubDate>Wed, 13 Jan 2010 06:11:40 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-24168400</link><description>&lt;p&gt;Sorry Bozzzzzzzz! it won't worked for me&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">neveragree</dc:creator><pubDate>Fri, 27 Nov 2009 06:01:28 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-15751049</link><description>&lt;p&gt; santhosh are you sure its not a bzip not gzip&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smeezekitty</dc:creator><pubDate>Wed, 02 Sep 2009 02:26:13 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-10478166</link><description>&lt;p&gt;i got the following error when i extracted.&lt;br&gt;gzip: stdin: not in gzip format&lt;br&gt;tar: Child returned status 1&lt;br&gt;tar: Error exit delayed from previous errors.&lt;br&gt;Plz suggest any way to extract in linux?&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">santhosh</dc:creator><pubDate>Thu, 04 Jun 2009 05:22:39 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-2767007</link><description>&lt;p&gt;another usefull tar command is this:&lt;/p&gt;&lt;p&gt;tar czvf tarball.tar.gz /tmp/tarball&lt;/p&gt;&lt;p&gt;this will tar and gzip the directory /tmp/tarball into the file tarball.tar.gz&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">barretj</dc:creator><pubDate>Tue, 19 Jul 2005 11:25:45 -0000</pubDate></item><item><title>Re: Extract a gzip compressed tar archive in Linux</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-2767006</link><description>&lt;p&gt;Another useful switch is -j for handling bzip2 compression.  To do the same as above for a bzip-compressed tarball:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;br&gt;tar xjf filename.tar.bz2&lt;br&gt;&lt;br&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bofh468</dc:creator><pubDate>Thu, 13 Nov 2003 19:00:10 -0000</pubDate></item></channel></rss>