What is the difference between .tar.z and .tar?
- Extension
- .tar.z
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- The GNU Project
- Jean-loup Gailly
- Description
- 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.
- Tar archive created by tar, a Unix-based utility used to package files together; contains multiple files stored in an uncompressed format; commonly compressed into a .GZ file using GNU Zip compression.
- MIME Type
- application/x-tarz
- application/x-tar
- Sample
- sample.tar
- Wikipedia
- .tar.z on Wikipedia
- .tar on Wikipedia