$ tar -zcvf <NAME>.tar.gz <DIR>
$ tar -zxvf <NAME>.tar.gz
$ zip -r <NAME>.zip <DIR>
$ unzip <NAME>.zip