Files
linux-wiki/content/deepin折腾笔记/第十一章/11.4.md
2021-10-21 14:57:58 +08:00

153 B
Executable File

11.4 更好的搜索方法

1 grep -i "search_string" . -r --include=*.txt

2 grep "search_string" . -r --include=.txt --include=.cpp --include=*.h