What is the difference between .z and .tgz?
- Extension
- .z
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Jean-loup Gailly and Mark Adler.
- GNU
- Description
- It is an archive file that uses simple compression to compress files in the Unix OS. The files can easily be decompressed on the same OS.
- 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-compress
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .z on Wikipedia
- .tgz on Wikipedia