How to compress and extract Files using the tar Command on Linux
The tar command on Linux is often used to create TAR.GZ or TGZ archive files, also called “tarballs.” This command has a large number of options, but you just need to remember a few letters to quickly create archives with tar. The tar command can extract the resulting archives, too.The GNU tar command included with Linux distributions has integrated compression. It can create a TAR archive and then compress it with gzip or bzip2 compression in a single command.
[mai mult...]