我有一些非常大的 zip 文件,其中包含數千個文件。我只需要解壓縮其中的一兩個文件。在 Windows 中,可以使用 WinRAR 或 WinZIP 等大多數常見程式輕鬆完成此操作。但在 Mac OS X 中,我找不到任何具有相同功能的軟體。
答案1
unzip archive.zip path/inside/zip
新增-j
(垃圾路徑)以刪除子目錄。
使用zipinfo
(相當於unzip -Z
) 或unzip -l
列出文件。
答案2
答案3
在終端機中:brew install p7zip
然後只需使用以下命令解壓縮:7z x [path-of-file]
或cd [path of the file]
先然後7z x [file]