<?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: Extracting tar, gzip, bzip2, z</title> <atom:link href="http://alexander.holbreich.org/2009/02/tar-gzip/feed/" rel="self" type="application/rss+xml" /><link>http://alexander.holbreich.org/2009/02/tar-gzip/</link> <description>Everything becomes a little different as soon as it is spoken out loud.  ~Hermann Hesse</description> <lastBuildDate>Fri, 03 Feb 2012 07:43:02 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Packing with tar gzip, bzip2 and zip</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4857</link> <dc:creator>Packing with tar gzip, bzip2 and zip</dc:creator> <pubDate>Tue, 07 Feb 2012 14:35:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4857</guid> <description>[...] 31, 2011Looking on my block at the end of the year i see than nearly two years ago i wrote about extracting archives under Linux but not about putting files in to archives. Now a have some time to continue.Tar.gzHere [...]</description> <content:encoded><![CDATA[<p>[...] 31, 2011Looking on my block at the end of the year i see than nearly two years ago i wrote about extracting archives under Linux but not about putting files in to archives. Now a have some time to continue.Tar.gzHere [...]</p> ]]></content:encoded> </item> <item><title>By: Jboss 7 setup on debian linux</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4615</link> <dc:creator>Jboss 7 setup on debian linux</dc:creator> <pubDate>Tue, 07 Feb 2012 21:29:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4615</guid> <description>[...] Extracting files to the final location using tar. tar zxvf jboss-as-web-7.0.2.Final.tar.gz -C /usr/local/ Now your JBoss 7 is placed inside [...]</description> <content:encoded><![CDATA[<p>[...] Extracting files to the final location using tar. tar zxvf jboss-as-web-7.0.2.Final.tar.gz -C /usr/local/ Now your JBoss 7 is placed inside [...]</p> ]]></content:encoded> </item> <item><title>By: shuron</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4235</link> <dc:creator>shuron</dc:creator> <pubDate>Tue, 07 Feb 2012 15:30:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4235</guid> <description>Hey Wesley, that is a really cool idea. I think i will use it. ;)</description> <content:encoded><![CDATA[<p>Hey Wesley, that is a really cool idea. I think i will use it. <img src="http://alexander.holbreich.org/wp-includes/images/smilies/icon_wink.gif?4c9b33" alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Wesley Rice</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4231</link> <dc:creator>Wesley Rice</dc:creator> <pubDate>Tue, 07 Feb 2012 00:55:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4231</guid> <description>I&#039;ve defined the following function in my .bashrc to allow de-archiving just about any format with a simple &#039;unpack filename&#039; command:function unpack () { case $1 in *.tar.bz2)   tar xvjf $1 ;; *.tar.gz)    tar xvzf $1 ;; *.bz2)       bunzip2 $1  ;; *.rar)       unrar x $1  ;; *.gz)        gunzip $1   ;; *.tar)       tar xvf $1  ;; *.tbz2)      tar xvjf $1 ;; *.tgz)       tar xvzf $1 ;; *.zip)       unzip $1    ;; *.Z)         uncompress $1  ;; *.7z)        7z x $1     ;; *)           echo &quot;&#039;$1&#039; cannot be extracted via &gt;unpack&lt;&quot; ;; esac }</description> <content:encoded><![CDATA[<p>I&#8217;ve defined the following function in my .bashrc to allow de-archiving just about any format with a simple &#8216;unpack filename&#8217; command:</p><p>function unpack () {<br /> case $1 in<br /> *.tar.bz2)   tar xvjf $1 ;;<br /> *.tar.gz)    tar xvzf $1 ;;<br /> *.bz2)       bunzip2 $1  ;;<br /> *.rar)       unrar x $1  ;;<br /> *.gz)        gunzip $1   ;;<br /> *.tar)       tar xvf $1  ;;<br /> *.tbz2)      tar xvjf $1 ;;<br /> *.tgz)       tar xvzf $1 ;;<br /> *.zip)       unzip $1    ;;<br /> *.Z)         uncompress $1  ;;<br /> *.7z)        7z x $1     ;;<br /> *)           echo &#8220;&#8216;$1&#8242; cannot be extracted via &gt;unpack&lt;&quot; ;;<br /> esac<br /> }</p> ]]></content:encoded> </item> <item><title>By: shuron</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4095</link> <dc:creator>shuron</dc:creator> <pubDate>Tue, 07 Feb 2012 23:44:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4095</guid> <description>Hey Moinul, i never done anything with Deluge, but found &lt;a href=&quot;http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1&quot; rel=&quot;nofollow&quot;&gt;description of it &lt;/a&gt;. Maybe it helps you;)</description> <content:encoded><![CDATA[<p>Hey Moinul, i never done anything with Deluge, but found <a href="http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1" rel="nofollow">description of it </a>. Maybe it helps you;)</p> ]]></content:encoded> </item> <item><title>By: Moinul Abrar</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4093</link> <dc:creator>Moinul Abrar</dc:creator> <pubDate>Tue, 07 Feb 2012 09:11:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4093</guid> <description>Thank you for this hint. tar -xjf target.tar.bz2How can I install &quot;Deluge&quot; torrent downloading software from &quot;deluge-1.2.0_rc1.tar.bz2&quot; which I download from Internet. Please help me. With thanks- Moinul Abrar</description> <content:encoded><![CDATA[<p>Thank you for this hint.<br /> tar -xjf target.tar.bz2</p><p>How can I install &#8220;Deluge&#8221; torrent downloading software from &#8220;deluge-1.2.0_rc1.tar.bz2&#8243; which I download from Internet. Please help me. With thanks-<br /> Moinul Abrar</p> ]]></content:encoded> </item> <item><title>By: shuron</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-3274</link> <dc:creator>shuron</dc:creator> <pubDate>Tue, 07 Feb 2012 11:20:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-3274</guid> <description>Thank you for this hint. tar -xjf target.tar.bz2 should be added to the list</description> <content:encoded><![CDATA[<p>Thank you for this hint.<br /> tar -xjf target.tar.bz2 should be added to the list</p> ]]></content:encoded> </item> <item><title>By: twam</title><link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-3269</link> <dc:creator>twam</dc:creator> <pubDate>Tue, 07 Feb 2012 14:57:00 +0000</pubDate> <guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-3269</guid> <description>Your example of bzip2 isbzip2 -dc target.tar.gz &#124; tar xf -I think the file should be named tar.bz2 as well. :) Modern versions of tar offer a direct use of bzip2 using the -j commandline switch:tar -xjf target.tar.bz2</description> <content:encoded><![CDATA[<p>Your example of bzip2 is</p><p>bzip2 -dc target.tar.gz | tar xf &#8211;</p><p>I think the file should be named tar.bz2 as well. <img src="http://alexander.holbreich.org/wp-includes/images/smilies/icon_smile.gif?4c9b33" alt=':)' class='wp-smiley' /> Modern versions of tar offer a direct use of bzip2 using the -j commandline switch:</p><p>tar -xjf target.tar.bz2</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/11 queries in 0.008 seconds using disk: basic
Object Caching 491/491 objects using disk: basic

Served from: alexander.holbreich.org @ 2012-02-07 10:46:56 -->
