What is the difference between .tar and .bzip2?
- Extension
- .tar
- .bzip2
- Format
- Binary
- Binary
- Category
- Other
- Compressed
- Developer
- Jean-loup Gailly
- bzip2
- 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.
- It is an open-source file compressor and decompressor that is freely available and uses the Burrows-Wheeler codec. It isn't a file archiver as it compresses single files.
- MIME Type
- application/x-tar
- application/x-bzip2
- Sample
- sample.tar
- Wikipedia
- .tar on Wikipedia
- .bzip2 on Wikipedia