.tar.xz的解压命令
$ xz -d ***.tar.xz
$ tar -xvf ***.tar 或者
$ tar xvJf ***.tar.xz
tar -zxvf a.tar.gz
tar -zxvf a.tgz
tar -zxvf a.gz
tar -Jxvf a.tar.xz
tar -jxvf a.bz2 bunzip2 linux---.tar.bz2 生成 linux---.tar
tar xvf linux---.tar 、*.tar 用 tar –xvf 解压
、*.gz 用 gzip -d或者gunzip 解压
、*.tar.gz和*.tgz 用 tar –xzf 解压
、*.bz2 用 bzip2 -d或者用bunzip2 解压
、*.tar.bz2用tar –xjf 解压
、*.Z 用 uncompress 解压
、*.tar.Z 用tar –xZf 解压
、*.rar 用 unrar e解压
、*.zip 用 unzip 解压
tar

  -j, --bzip2                filter the archive through bzip2
-J, --xz filter the archive through xz
--lzip filter the archive through lzip
--lzma filter the archive through lzma
--lzop
--no-auto-compress do not use archive suffix to determine the
compression program
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
-Z, --compress, --uncompress filter the archive through compress -v, --verbose verbosely list files processed -x, --extract, --get extract files from an archive -A, --catenate, --concatenate append tar files to an archive
-c, --create create a new archive

https://www.cnblogs.com/Sabre/p/10365395.html

最新文章

  1. jQuery属性操作
  2. [开源 .NET 跨平台 数据采集 爬虫框架: DotnetSpider] [一] 初衷与架构设计
  3. 转:JQuery选择器
  4. loj 1150(spfa预处理+二分+最大匹配)
  5. 基于Linux的oracle数据库管理 part6 (backup 相关的脚本)
  6. 利用文件实现Free Pascal中的简单排序功能
  7. 仿path菜单button的实现
  8. How to fix Column 'InvariantName' is constrained to be unique 解决办法!
  9. Keras:基于Theano和TensorFlow的深度学习库
  10. 在vs2013下手把手创建/调用dll
  11. redis对sorted_set进行的相关操作
  12. mongodb 数据自动备份
  13. IDEA常用快捷键总结
  14. 【原创】从策略模式闲扯到lambda表达式
  15. CORS(跨域资源共享)的防御机制
  16. s2第六章继承和多态
  17. codeblocks 输入、输出文件的位置
  18. CSS3动画常用demo
  19. DBCHART直方图顶端显示数字
  20. 什么是FEBS

热门文章

  1. etcd单节点安装
  2. Golang基础(5):Go语言反射规则
  3. 【HANA系列】SAP HANA Studio代码提示设置方法
  4. cocos2dx[3.2](2) 3.x巨变
  5. body标签中的相关标签
  6. ftp服务器三种模式
  7. 模板变量设置 set 和 with
  8. tableau备份
  9. 【6.18校内test】T3细胞分裂
  10. Codeforces Round #590 (Div. 3)(e、f待补