/ Published in: Bash
Expand |
Embed | Plain Text
find / -type f -exec grep -H 'abc' {} \;
You need to login to post a comment.
Mithun on 03/26/09
command file search linux grep find word
3 people have marked this snippet as a favorite
find / -type f -exec grep -H 'abc' {} \;
You need to login to post a comment.