Use the following command to search for text in files. This will search recursively through all files in all directories from the directory the command is run from.
grep -lir "some text" *
Use the following command to search for text in files. This will search recursively through all files in all directories from the directory the command is run from.
grep -lir "some text" *