find . -type f -exec sed -i 's/old_string/new_string/g' {} \;