bzip2

High-quality data compressor using the Burrows-Wheeler algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Freely available high-quality data compressor

Commands

bzip2bunzip2bzcat

Examples

Compress a file$ bzip2 filename.txt
Decompress a bzip2 file$ bunzip2 filename.txt.bz2
View compressed file contents without decompressing$ bzcat filename.txt.bz2