Pages

Wednesday, February 8, 2012

How to find all the files containing a particular text string.

How to find all the files containing a particular text string.
find . -exec grep -l "needle" {} \;

No comments:

Post a Comment