tar

  tar tf  包文件     查看包的内容

tar zcvf bao.tar.gz   bao    --exclud=bao/ll.txt  排除bao/ll.txt 文件    

tar zcvfX bao.tar.gz  list.txt  bao  = tar zcvf  bao.tar.gz  --exclud-form list.txt  

   bao其中list.txt内容是不包含打包的内容

tar zxvf bao.tar.gz  -C   /home    其中-C是指定解压到的目录

tar jcvf bao.tar.bz   bao    

tar jxvf  bao.tar.bz   

tar zcvf bao.tar.gz  `find -type d -name mama`

posted @ 2019-03-09 20:58  todayORtomorrow  阅读(138)  评论(0编辑  收藏  举报