/ Published in: Bash
Expand |
Embed | Plain Text
find . -type f -print -exec grep -n '123*' {} \;
You need to login to post a comment.
indianocean on 03/17/07
2 people have marked this snippet as a favorite
find . -type f -print -exec grep -n '123*' {} \;
You need to login to post a comment.