There are many recipes for search and replacing via the command line but this one caught my attention because you can easily att more options to find.

find containingFolder/ -type f -exec sed -i 's/oldText/newText/g' {} \;