# Keep original file intact gzip -c thing > thing.gz
# compress file xz -z file # decompress file xz -d file