Unzip

出自KMU Wiki

跳轉到: 導航, 搜索

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