Feed on
Posts
Comments

to decompress a .tar.gz file, try:

$tar -zxvf myfile.tar.gz


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

2 Responses to “how to uncompress a .tar.gz file”

  1. on 23 Apr 2007 at 8:38 am sarmad

    thanks aloot

  2. on 19 Jul 2007 at 5:12 pm Christopher Green

    For a bzip2 (*.tar.bz2) use this:
    tar -xvjf myfile.tar.bz2

    And for some light reading:
    http://en.wikipedia.org/wiki/Bz2

Did I get this wrong? Let me know!

Trackback URI | Comments RSS