What is the difference between .gzip and .tgz?
- Extension
 - .gzip
 - .tgz
 
- Format
 - Binary
 - Binary
 
- Category
 - Compressed
 - Compressed
 
- Developer
 - GNU
 - GNU
 
- Description
 - A compressed file format associated with GNU Zip (Gzip) that uses the DEFLATE compression algorithm, a combination of both the Huffman coding and the Lempel-Ziv (LZ77) codec.
 - Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
 
- MIME Type
 - application/x-gzip
 - application/x-compressed
 
- Sample
 - sample.tgz
 
- Wikipedia
 - .gzip on Wikipedia
 - .tgz on Wikipedia