命令行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.