153 B
Executable File
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