grep

grep is a Unix utility for finding text withing a file.

Finding a pattern in all files under the current directory recursively.

grep -rin ”<expression>” *

For how to use expression, see Regular Expressions