/ Published in: Bash
Expand |
Embed | Plain Text
find /path/ -name "*.ext" -print -exec grep "search for" '{}' \; | less
You need to login to post a comment.
benpjohnson on 11/27/06
1 person have marked this snippet as a favorite
find /path/ -name "*.ext" -print -exec grep "search for" '{}' \; | less
You need to login to post a comment.