How to find a file contains a string?
Posted by Grady on May 5, 2011 in | 0 comments
I frequently used this command, so I thought of documenting it here:
find . -exec grep –color=auto -n “keyword” {} \; -print
I frequently used this command, so I thought of documenting it here:
find . -exec grep –color=auto -n “keyword” {} \; -print