Compress and decompress files using the XZ compression format
General-purpose data compression with high compression ratio
xz
unxz
xzcat
xzdec
$ xz -z file.txt
$ xz -d file.txt.xz
$ xz -9 largefile.tar