码迷,mamicode.com
首页 > 系统相关 > 详细

linux下解压缩的几种方法

时间:2014-08-27 12:26:47      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:ar   linux   c   res   as   ip   方法   r   ash   

1、*.tar 用 tar –xvf 解压

2、*.gz 用 gzip -d或者gunzip 解压

3、*.tar.gz和*.tgz 用 tar –xzf 解压

4、*.bz2 用 bzip2 -d或者用bunzip2 解压

5、*.tar.bz2用tar –xjf 解压

6、*.Z 用 uncompress 解压

7、*.tar.Z 用tar –xZf 解压

8、*.rar 用 unrar e解压

9、*.zip 用 unzip 解压

linux下解压缩的几种方法

标签:ar   linux   c   res   as   ip   方法   r   ash   

原文地址:http://www.cnblogs.com/biguru/p/3938908.html

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