Compress a file:
gzip file (.gz format)
bzip2 file (.bz2 format, better)
lzma file (.lzma format, best compression)

Uncompress a file:
gunzip file.gz
bunzip2 file.bz2
unlzma file.lzma
Was this answer helpful? 0 Users Found This Useful (0 Votes)