首页 > 系统服务 > 详细

linux command tar

时间:2020-05-06 23:15:41      阅读:66      评论:0      收藏:0      [点我收藏+]

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

技术分享图片

 

linux command tar

原文:https://www.cnblogs.com/lianghong881018/p/12837472.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!