Linux 解压zip
时间:2021-09-07 16:38:19
收藏:0
阅读:24
1.解压到当前文件夹:
unzip test.zip
2.解压到指定文件夹:
unzip -d /temp test.zip
参考链接:unzip 解压文件到指定目录
原文:https://www.cnblogs.com/zjfblog/p/15236655.html
评论(0)