Unzip

出自KMU Wiki

(修訂版本間差異)
跳轉到: 導航, 搜索
在2008年3月2日 (日) 02:25所做的修訂版本 (編輯)
Chuan (對話 | 貢獻)
(新頁面: unzip<br>解壓縮zip檔案<br><br>unzip test.zip&nbsp; &nbsp;:解壓縮test.zip檔案到現行目錄底下<br>unzip test.zip -d /temp&nbsp;&nbsp;&nbsp;:將test.zip解壓縮到/temp目錄...)
←上一個
當前修訂版本 (2008年3月2日 (日) 02:25) (編輯) (撤銷)
Chuan (對話 | 貢獻)
(新頁面: unzip<br>解壓縮zip檔案<br><br>unzip test.zip&nbsp; &nbsp;:解壓縮test.zip檔案到現行目錄底下<br>unzip test.zip -d /temp&nbsp;&nbsp;&nbsp;:將test.zip解壓縮到/temp目錄...)
 

當前修訂版本

unzip
解壓縮zip檔案

unzip test.zip   :解壓縮test.zip檔案到現行目錄底下
unzip test.zip -d /temp   :將test.zip解壓縮到/temp目錄下
unzip test.zip -x file2 file3   :將test.zip壓縮檔除了file2與file3檔案除外,解壓縮到現行目錄下
unzip -l test.zip   :列出test.zip壓縮檔所包含的檔案
unzip -Z test.zip  :列出test.zip壓縮檔的詳細資訊
unzip -t test.zip   :測試test.zip壓縮檔是否正確
unzip -j test.zip   :解壓縮test.zip壓縮檔,並指定將壓縮檔內子目錄下的所有檔案全部壓縮到現行目錄下
unzip -n test.zip   :解壓縮test.zip壓縮檔,解壓時不要覆寫原有的檔案
unzip -o test.zip   :解壓縮test.zip壓縮檔,解壓時不詢問使用者,自行覆寫原有的檔案
unzip -x test.zip   :解壓縮test.zip壓縮檔,解壓後保留原有的UID/GID