grep -r 'for' *
grep -i 'a' *
grep -cr 'for' *
grep -rn "for" *
grep -rl "for" *
egrep -r 'for|len' *
[1]grep 命令系列:如何在 Linux/UNIX 中使用 grep 命令