$ grep -ril "文字列" path/to/dir
-r
--recursive
-i
--ignore-case
-l
--files-with-matches
-E
--ectended-regexp
-e
-E ^"hoge"$