/ Published in: Bash
Expand |
Embed | Plain Text
find . -exec grep "search string" '{}' \; -print
Comments
Subscribe to comments
You need to login to post a comment.
mattchurchy on 05/21/09
2 people have marked this snippet as a favorite
find . -exec grep "search string" '{}' \; -print
Subscribe to comments
You need to login to post a comment.
That just saved my life while searching for a file recovered by photorec, thanks a lot :)