Replace a string with a new string in all files
find . -name '*.ext' -exec sed -i 's/string/new_string/g' {} \;