Wednesday, September 1, 2010

Linux: To find a "text" in a "File"


Linux Command : To find a "text" in a "File"

find . -type f -iname "filename.txt" -exec grep -iaH "text" {} \;



No comments: