码迷,mamicode.com
首页 > 其他好文 > 详细

压缩及解压命令

时间:2018-01-11 16:15:32      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:log   类型   rar   gpo   div   unzip   boot   tmp   lis   

  • *.tar      文件类型
      • 打包: tar cvf tmp.tar   /tmp   #将目录打包成一个文件
      • 解包: tar xvf tmp.tar
  • *.tar.gz  文件类型
      • 打包:tar cvzf tmp.tar.gz  /tmp
      • 解包:tar xvzf tmp.tar.gz
  • *.tar.bz2 文件类型
      • 打包:tar jcvf  tmp.tar.bz2   /tmp
      • 解包:tar xvf  u-boot-2011.06.tar.bz2
  • *.bz2      文件类型
      • 打包:bzip2  /root/anaconda-ks.cfg
      • 解包:bzip2  -d  /root/anaconda-ks.cfg.bz2 
  • *.zip       文件类型
      • 打包:zip fileName.zip  DirName
      • 解包:unzip FileName.zip
  • *.rar      文件类型
      • 打包:rar  e  fileName.rar  DirName
      • 解包:rar  a  fileName.rar   

 

    

 

压缩及解压命令

标签:log   类型   rar   gpo   div   unzip   boot   tmp   lis   

原文地址:https://www.cnblogs.com/qidong-518/p/8267126.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!