5 lines
153 B
Markdown
Executable File
5 lines
153 B
Markdown
Executable File
# 11.4 更好的搜索方法
|
|
|
|
1 grep -i "search_string" . -r --include=*.txt
|
|
|
|
2 grep "search_string" . -r --include=*.txt --include=*.cpp --include=*.h |