first commit
This commit is contained in:
5
content/deepin折腾笔记/第十一章/11.3.md
Executable file
5
content/deepin折腾笔记/第十一章/11.3.md
Executable file
@@ -0,0 +1,5 @@
|
||||
# 11.3 从指定类型文件中查找
|
||||
|
||||
1 find . -name '*.c' | awk '{print "grep -i -nH keyword "$1}' | /bin/bash
|
||||
|
||||
2 find . -name '*.c' -exec grep -i -nH "keyword" {} \;
|
||||
Reference in New Issue
Block a user