Gz
gz is a file extension used for gzip compressed data. It denotes files compressed with the gzip algorithm, typically produced by the gzip program as part of the GNU project.
Gzip combines the DEFLATE compression method with a simple file format. The DEFLATE algorithm is defined in
Common usage includes compressing a single file into file.gz, or pairing tar with gzip to create tar.gz
Tools and options: the gzip program supports de/compression with flags such as -d or gunzip to decompress,
Related formats include zip, bzip2, and xz; tar alone is not compressed, and archive formats may use