Wednesday, May 9, 2012

Linux/Ubuntu: How to extract .tgz file

.tgz and tar.gz files are pretty much the same. You extract them like this:
tar -xvzf file.tar.gz 
tar -xvzf file.tgz 

.

0 comments:

Post a Comment