Compress and decompress files with high compression ratio
General-purpose data compression with high compression ratio
xz
unxz
xzcat
lzma
$ xz file.txt
$ unxz file.txt.xz
$ xzcat file.txt.xz
$ xz -9 large_file.iso
$ xz *.log