【Purpose】
Learning linux command tar , package and depackage
【Eevironment】
Ubuntu 16.04 terminal
【Produce】
sudo apt install pigz
package:
tar --use-compress-program=pigz -cvpf test.tgz ./test
depackage:
tar --use-compress-program=pigz -xpf test.tgz -C ./test