tar czf file.tar.gz file
tar tf file.tar.gz
tar xzf file.tar.gz
tar xzf file.tar.gz -C /mnt
zip file.zip a.txt b.txt
unzip -l file.zip
unzip file.zip