📜  linux 中的 unzip 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.104000             🧑  作者: Mango

代码示例5
After installing the unzip utility, if you want to extract to a particular destination folder, you can use:

unzip file.zip -d destination_folder

If the source and destination directories are the same, you can simply do:

unzip file.zip