命令行unzip 文件 | how to unzip files using command line

$ unzip <zipped_file.zip> -d <destination dir>

如果zipped_file.zip是由一個叫zipped_file的目錄壓縮而來, destination dir 為目標目錄, 解壓完成以後在destination dir裡面會有一個叫zipped_file的目錄.

Leave a Comment

Your email address will not be published.