How to extract tar.gz file
by Sanju[ Edit ] 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