Linux Grep - how to show only filenames with matches
Voila!
find . -name \*.php | xargs -n 10000 grep -snH “SOME_SEARCH_TERM”| cut -f1 -d’:’
ø Don’t waste your time reading this blog ø
Voila!
find . -name \*.php | xargs -n 10000 grep -snH “SOME_SEARCH_TERM”| cut -f1 -d’:’
No comments yet.
RSS feed for comments on this post. TrackBack URL
Recent Comments