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
War diese Antwort hilfreich? 0 Benutzer fanden dies hilfreich (0 Stimmen)