Return to Snippet

Revision: 40338
at January 31, 2011 03:59 by Risse


Initial Code
find . -type f -exec grep -i "phrase to find" {} \; -print

Initial URL
http://johnjones.org/2007/07/linux_finding_text_inside_file.html

Initial Description


Initial Title
Find inside files linux

Initial Tags
linux, find

Initial Language
Bash