<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Extract a gzip compressed tar archive in Linux | Linux | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 04 Jun 2009 05:22:39 -0000</lastBuildDate><item><title>Re: Extract a gzip compressed tar archive in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-10478166</link><description>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?</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 | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-2767007</link><description>another usefull tar command is this:&lt;br&gt;&lt;br&gt;tar czvf tarball.tar.gz /tmp/tarball&lt;br&gt;&lt;br&gt;this will tar and gzip the directory /tmp/tarball into the file tarball.tar.gz</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 | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/#comment-2767006</link><description>Another useful switch is -j for handling bzip2 compression.  To do the same as above for a bzip-compressed tarball:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;tar xjf filename.tar.bz2&lt;br&gt;&lt;br&gt;&lt;/code&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>