linux command tar

Purpose

       Learning linux command  tar ,  package and depackage

 

Eevironment

       Ubuntu 16.04 terminal

 

 【Produce

linux command tar

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

linux command tar

 

linux command tar

上一篇:centos7-docker搭建


下一篇:总线基础--IIC总线