What is the difference between .tgz and .tar.z?
- Extension
- .tgz
- .tar.z
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- The GNU Project
- Description
- 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.
- A TAR.Z file is a Unix TAR archive compressed with a standard Unix compression algorithm to save disk space. It contains one or more compressed files. The file is commonly used on Unix operating systems to archive groups of files.
- MIME Type
- application/x-compressed
- application/x-tarz
- Sample
- sample.tgz
- Wikipedia
- .tgz on Wikipedia
- .tar.z on Wikipedia