/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -exec grep -i "phrase to find" {} \; -print
URL: http://johnjones.org/2007/07/linux_finding_text_inside_file.html