January 06 2010
Recursive Linux “Find Files Containing”
find . -name "*.ext" -exec grep -i -H -n "texttofind" {} \;
My name is Aleksey Maksimov. I am Software Architect with many years of IT experience and architecture experience. I work for a global IT consulting company and live in the United Kingdom.
This is my software rants blog. I also have blog about my life happenings, in Russian. I also registered in almost all social networks, usually as ctpeko3a, sometimes as lechat and rarely as drunkenfly. Here is my FriendFeed and
.
find . -name "*.ext" -exec grep -i -H -n "texttofind" {} \;