Wednesday, December 26, 2012

How to Unzip .tgz file in Linux

To unzip the archive file with extension .tgz, use the below command.

tar -zxvf <filename>

eg:
                             $tar -zxvf apache-jmeter-2.8.tgz