命令: grep -r --include=*.c "xxx" dirjava
eg: 查找當前目錄下包含字符串load的全部.java文件字符串
grep -r --include=*.java "load" ./grep