Update unzip.md

增加解压指定文件说明。
This commit is contained in:
Lnkstls 2020-08-31 21:00:00 +08:00 committed by 小弟调调™
parent 5922630954
commit 36d7ae1c1b
1 changed files with 6 additions and 1 deletions

View File

@ -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/ -->