>>> 此贴的回复 >> 1. grep "pattern" filename
2. grep -r "pattern" /path
3. find /path -type f | xgrep grep "pattern"