xz

Compress and decompress files using the XZ compression format

brewmacoslinux
Try with needOr install directly
Source

About

General-purpose data compression with high compression ratio

Commands

xzunxzxzcatxzdec

Examples

Compress a file with XZ compression$ xz -z file.txt
Decompress an XZ compressed file$ xz -d file.txt.xz
Compress with maximum compression ratio$ xz -9 largefile.tar