OK, I've got about 30 .tar.gz files that I'd like to decompress into a directory. What's a good way to decompress all these files without doing 'tar xzvf file1.tar.gz && tar xzvf file2.tar.gz' etc.? I ...
Gzip (GNU zip) is a free and Open Source algorithm for file compression. The software is overseen by the GNU project. A gzip file has the extension .gz and contains a 10-byte header, optional extra ...