To search for the text “deluxe” in all text files in current directory, ignoring case, and recursing sub-directories, type:
grep -i -w -n -H -R -l deluxe *.txt