What is the difference between .z and .bz2?
- Extension
- .z
- .bz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Jean-loup Gailly and Mark Adler.
- Julian Seward
- 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.
- An archive file developed by Bzip2 compressor mainly found on Unix OS. Its popularly used to move Linux application packages because of its high-level compression algorithms i.e. the Burrows-Wheeler compression and Run-Length Encoding (RLE).
- MIME Type
- application/x-compress
- application/x-bzip2
- Sample
- sample.bz2
- Wikipedia
- .z on Wikipedia
- .bz2 on Wikipedia