Here is a quick example of how to compress and extract a tar files in linux operating system. We can see what are the available options we have got of tar command by doing: man tar or tar –help We…
Tag: unzip
How to Extract (Unzip) Tar Gz File
Gzip is the most popular algorithm for compressing tar files. By convention, the name of a tar archive compressed with gzip ends with either .tar.gz or .tgz.