The easiest way is to use the command below:

grep -Ril "text you want to find" /some/directory

i stands for ignore case
R stands for recursive
l stands for “show the file name, not the result itself”