Linux 解压zip

1.解压到当前文件夹:

unzip test.zip

2.解压到指定文件夹:

unzip -d /temp test.zip

参考链接:unzip 解压文件到指定目录

posted @ 2021-09-07 08:36  jiafeng  阅读(511)  评论(0编辑  收藏  举报