What is the difference between .tar and .gz?
- Extension
- .tar
- .gz
- Format
- Binary
- Binary
- Category
- Other
- Compressed
- Developer
- Jean-loup Gailly
- The GNU Project
- Description
- 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.
- This is a compressed archive file that contains one or more files compressed by standard GNU zip (gzip) compression algorithm. It is mainly used by Unix OS.
- MIME Type
- application/x-tar
- application/x-compressed
- Sample
- sample.tar
- sample.gz
- Wikipedia
- .tar on Wikipedia
- .gz on Wikipedia