A way to find a text string inside all files

82
# find / -type f -exec grep -l “word” {} ;