From 6b320c105718f25a098e297171ca21abec64754f Mon Sep 17 00:00:00 2001 From: zjlovezj Date: Mon, 21 Sep 2020 15:19:23 +0800 Subject: [PATCH] fix typo --- command/find.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/find.md b/command/find.md index 92e9b539f6..d2ff6357a0 100644 --- a/command/find.md +++ b/command/find.md @@ -321,7 +321,7 @@ find . -type f -name "*.txt" -exec printf "File: %s\n" {} \; -exec ./text.sh {} \; ``` -#### 搜索但跳出指定的目录 +#### 搜索但跳过指定的目录 查找当前目录或者子目录下所有.txt文件,但是跳过子目录sk