How To Unpack .tgz File On Linux
Posted on: 26 July 2014 /
Categories:
How do I unpack .tgz (tar.gz) file on Linux using command line options?
Most Linux and open source software files are distributed in either .tgzor .tar.gz extensions format over the Internet. These files are gzipd tar balls and include multiple files and sub-directories into a single file using tar command. To save the bandwidth tar files are cpmpressed using gzip program.