grep is a Unix utility for finding text withing a file.
grep -rin ”<expression>” *
For how to use expression, see Regular Expressions