How to extract tar.gz file

by Sanju 2008-06-18 11:41:53


A tar.gz file is simply a bundle of files packaged with tar, and subsequently compressed with gzip.

To extract tar.gz file just type,

tar -xzvf filename

For example,

tar -xzvf test.tar.gz

Tagged in:

2955
like
0
dislike
0
mail
flag

You must LOGIN to add comments