Compression JS
Ace your homework & exams now with Quizwiz!
tar xzf (file.tar.gz)
extract a tar using Gzip
tar xf (file.tar)
extract the files from (file.tar)
tar cjf (file.tar.bz2)
extrat a tar using Bzip2
gzip (file)
compresses (file) and renames it to (file.gz)
tar cf (file.tar files)
create a tar named (file.tar) containging (files)
gzip -d (file.gz)
decompresses (file.gz) back to (file(