September 21st, 2006 by Lawrence David
to decompress a .tar.gz file, try:
$tar -zxvf myfile.tar.gz
Posted in Uncategorized | 2 Comments »
thanks aloot
For a bzip2 (*.tar.bz2) use this: tar -xvjf myfile.tar.bz2
And for some light reading: http://en.wikipedia.org/wiki/Bz2
Name (required)
Mail (hidden) (required)
Website
Submit Comment
Notify me of followup comments via e-mail
Trackback URI | Comments RSS
thanks aloot
For a bzip2 (*.tar.bz2) use this:
tar -xvjf myfile.tar.bz2
And for some light reading:
http://en.wikipedia.org/wiki/Bz2