using grep command we can accomplish this #grep -ri {search string} {folder name}
# grep -ri programmingfaqs myproject
it searches the string "programmingfaqs" in myproject folder and all its subfolders and files
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
using grep command we can
Tue, 06/15/2010 - 19:42 — adminusing grep command we can accomplish this
#grep -ri {search string} {folder name}
# grep -ri programmingfaqs myproject
it searches the string "programmingfaqs" in myproject folder and all its subfolders and files