/ Published in: Bash
URL: http://www.macosxhints.com/article.php?story=20050217130820258
Expand |
Embed | Plain Text
find . -name \*.* -exec grep -li 'What to Search' {} \;
You need to login to post a comment.
URL: http://www.macosxhints.com/article.php?story=20050217130820258
find . -name \*.* -exec grep -li 'What to Search' {} \;
You need to login to post a comment.