2.grep:在文件中查找字符串 语法:grep 字符串 文件名 如:grep success luojiahui.txt 在文件luojiahui.txt查找success
grep -r "待查字符串" *
grep -r dump_info /home/zhenwx/kernel