replace match in various grep match code example
Example: replace match in various grep match
find /path/to/files -type f -exec sed -i 's/oldstring/new string/g' {} \;
find /path/to/files -type f -exec sed -i 's/oldstring/new string/g' {} \;