Training and Tutorials A way to find a text string inside all files By Simone - May 14, 2009 93 FacebookTwitterPinterestWhatsAppLinkedinReddItEmail # find / -type f -exec grep -l “word” {} ;