linuxtar解壓和壓縮
[root@jiaxin www]# tar -cvf 888.tar.gz 888888888888888/
壓縮888888888888888/的目錄 為888.tar.gz名字
[root@jiaxin www]# sz 888.tar.gz
下載這個檔案
總結
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壓縮解壓縮Linux
- CentOS中zip壓縮和unzip解壓縮命令詳解CentOS
- 常見檔案解壓和壓縮
- aix 下壓縮與解壓縮AI
- tar 分卷壓縮&解壓縮命令
- AIX 上壓縮與解壓縮AI
- Linux下zip壓縮和unzip解壓縮命令全解Linux
- Linux壓縮解壓Linux
- unix和linux下常用壓縮格式的壓縮與解壓方法(轉)Linux
- linux下壓縮解壓縮命令Linux
- Linux壓縮及解壓縮命令Linux
- CentOS7中zip壓縮和unzip解壓縮命令詳解CentOS
- 分卷壓縮怎麼解壓 快速解壓電腦分卷壓縮檔案方法
- linux壓縮(解壓縮)命令詳解-轉Linux
- MyZip for mac解壓壓縮工具Mac
- Keka for Mac(壓縮解壓工具)Mac
- Keka for Mac壓縮解壓工具Mac
- 壓縮解壓命令(tar, zip)
- linux分卷壓縮解壓Linux
- .NET 壓縮/解壓檔案
- Linux tar分卷壓縮與解壓縮Linux
- aix 檔案的壓縮與解壓縮AI
- linux 高效壓縮工具之xz的壓縮解壓使用Linux
- Linux下常用壓縮格式的壓縮與解壓方法Linux
- uboot 解壓縮boot
- bootmgr解壓縮boot
- zip解壓縮
- Nginx網路壓縮 CSS壓縮 圖片壓縮 JSON壓縮NginxCSSJSON
- A-Zippr for Mac 壓縮解壓工具Mac
- Linux打包壓縮解壓工具Linux
- Mac壓縮解壓工具:Keka for MacMac
- linux壓縮解壓打包解包Linux
- tar的打包-壓縮與解壓縮,並解壓到指定的目錄
- 利用Java實現zip壓縮/解壓縮 (轉)Java
- Linux下壓縮,解壓縮RAR包(轉)Linux
- JAVA壓縮和解壓縮Java
- zip壓縮和解壓縮
- Linux 常用的壓縮與解壓縮命令詳解Linux