This commit is contained in:
zjlovezj 2020-09-21 15:19:23 +08:00 committed by 小弟调调™
parent 7dbef553ac
commit 6b320c1057
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ find . -type f -name "*.txt" -exec printf "File: %s\n" {} \;
-exec ./text.sh {} \;
```
#### 搜索但跳指定的目录
#### 搜索但跳指定的目录
查找当前目录或者子目录下所有.txt文件但是跳过子目录sk