rss search

How to find a file contains a string?

line How to find a file contains a string?

I frequently used this command, so I thought of documenting it here:

find . -exec grep –color=auto -n “keyword” {} \; -print


Leave a Reply

You must be logged in to post a comment.