linux command tar

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

复制代码

 

posted @ 2020-05-06 17:03  嵌入式实操  阅读(180)  评论(0编辑  收藏  举报