unzip file /opt/pst/sms/nginx/html/upload/1701572953504_update.zip to ./update_20231203110923/update
时间: 2023-12-01 16:43:46 浏览: 135
你可以使用以下命令将文件解压缩到指定目录:
```shell
unzip /opt/pst/sms/nginx/html/upload/1701572953504_update.zip -d ./update_20231203110923/update
```
其中,`/opt/pst/sms/nginx/html/upload/1701572953504_update.zip`是要解压缩的文件路径,`./update_20231203110923/update`是解压缩后的目标目录。
阅读全文