Linux解压总结 博客分类: linux linux解压
程序员文章站
2024-03-24 19:16:58
...
- *.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 解压
推荐阅读
-
linux 下 tar命令 博客分类: linux command linux命令tar压缩解压
-
Linux解压总结 博客分类: linux linux解压
-
linux 下使用gzip压缩与解压文件 博客分类: linux linuxgzip解压压缩
-
linux 遇到问题总结 博客分类: linux linux问题
-
Linux下压缩某个文件夹(文件夹打包) 博客分类: Linux linux压缩tarzip
-
wget命令详解 博客分类: OS / linux wget
-
Linux 网络获取文件 博客分类: Linux wgetlinux获取网络文件
-
Linux下的系统备份 博客分类: Linux Linux系统备份crontabtar
-
Java压缩解压zip文件的中文文件名在Windows和Linux环境下乱码问题的解决方案 zipzipfilezipoutputstream
-
Linux分区方案 博客分类: 菜鸟学Linux linux分区方案