parent
5922630954
commit
36d7ae1c1b
|
|
@ -72,5 +72,10 @@ unzip -v test.zip
|
|||
unzip -o test.zip -d tmp/
|
||||
```
|
||||
|
||||
解压指定文件,* 用作通配符。
|
||||
```shell
|
||||
unzip test.zip "*.jpg"
|
||||
```
|
||||
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue