CentOS7中zip壓縮和unzip解壓縮命令詳解
1.安裝zip、unzip命令
[root@localhost ~]# yum install -y unzip zip
2.把home目錄下面的wwwroot目錄,壓縮為wwwroot.zip壓縮包,wwwroot為壓縮目錄
[root@localhost ~]# zip -r wwwroot.zip /home/wwwroot
———————————————-
# 把home目錄下面的wwwroot目錄,壓縮為wwwroot.zip壓縮包,wwwroot為壓縮目錄
[root@localhost ~]# zip -r wwwroot.zip /home/wwwroot
# 把home目錄下面的wwwroot.zip解壓到wwwroot目錄
[root@localhost ~]# unzip wwwroot.zip -d /home/wwwroot
# 把當前目錄下面的wwwroot.zip直接解壓到當前目錄裡面
[root@localhost ~]# unzip wwwroot.zip
# 檢視當前目錄下面的wwwroot.zip壓縮包的內容
[root@localhost ~]# unzip -v wwwroot.zip
# 驗證當前目錄下面的wwwroot.zip是否完整
[root@localhost ~]# unzip -t wwwroot.zip
# 把當前目錄下面所有jpg壓縮到wwwroot.zip
[root@localhost ~]# zip wwwroot.zip *jpg
———————————————-
主要引數
-c:將解壓縮的結果
-l:顯示壓縮檔案內所包含的檔案
-p:與-c引數類似,會將解壓縮的結果顯示到螢幕上,但不會執行任何的轉換
-t:檢查壓縮檔案是否正確
-u:與-f引數類似,但是除了更新現有的檔案外,也會將壓縮檔案中的其它檔案解壓縮到目錄中
-v:執行是時顯示詳細的資訊
-z:僅顯示壓縮檔案的備註文字
-a:對文字檔案進行必要的字元轉換
-b:不要對文字檔案進行字元轉換
-C:壓縮檔案中的檔名稱區分大小寫
-j:不處理壓縮檔案中原有的目錄路徑
-L:將壓縮檔案中的全部檔名改為小寫
-M:將輸出結果送到more程式處理
-n:解壓縮時不要覆蓋原有的檔案
-o:不必先詢問使用者,unzip執行後覆蓋原有檔案
-P<密碼>:使用zip的密碼選項
-q:執行時不顯示任何資訊
-s:將檔名中的空白字元轉換為底線字元
-V:保留VMS的檔案版本資訊
-X:解壓縮時同時回存檔案原來的UID/GID
相關文章
- CentOS中zip壓縮和unzip解壓縮命令詳解CentOS
- Linux下zip壓縮和unzip解壓縮命令全解Linux
- 壓縮解壓命令(tar, zip)
- Linux科研武器庫 - 檔案壓縮與解壓縮 - zip / unzipLinux
- The Unarchiver - Unzip RAR ZIP Mac - mac解壓縮工具HiveMac
- zip解壓縮
- linux壓縮(解壓縮)命令詳解-轉Linux
- Linux 常用的壓縮與解壓縮命令詳解Linux
- Linux下的tar壓縮解壓縮命令詳解Linux
- Centos7系統---檔案壓縮與解壓命令詳解。CentOS
- 利用Java實現zip壓縮/解壓縮 (轉)Java
- 壓縮命令tar詳解
- tar 分卷壓縮&解壓縮命令
- Linux 解壓zip檔案詳解之unzip命令!Linux
- zip壓縮和解壓縮
- linux下壓縮解壓縮命令Linux
- Linux壓縮及解壓縮命令Linux
- Ashampoo ZIP Pro 4,解壓縮
- ZipArchive解壓縮zip檔案Hive
- Linux常用命令之檔案壓縮與解壓縮命令詳解Linux
- Mac解壓縮神器:RAR Extractor Max - UnzipMac
- JAVA基礎:利用Java實現zip壓縮解壓縮(轉)Java
- ZIP壓縮演算法詳細分析及解壓例項解釋演算法
- 簡單的zip壓縮和解壓縮
- linux壓縮解壓縮Linux
- Linux下解壓命令、壓縮命令大全,詳細教程Linux
- The Unarchiver Unzip RAR ZIP for mac(解壓縮軟體) v3.1.3啟用版HiveMac
- linuxtar解壓和壓縮Linux
- Linux 常用基本命令 壓縮 解壓縮 tarLinux
- LINUX(解)壓縮命令Linux
- zip壓縮檔案處理方案(Zip4j壓縮和解壓)
- WinZip Pro 9 for Mac 專業zip壓縮解壓工具Mac
- aix 下壓縮與解壓縮AI
- AIX 上壓縮與解壓縮AI
- Centos7中使用7zip壓縮工具CentOS
- linux下壓縮、解壓命令大全Linux
- linux命令系列-zip(壓縮打包)Linux
- 常用的壓縮解壓縮以及網路通訊命令