Answers for "replace match in various grep match"

0

replace match in various grep match

find /path/to/files -type f -exec sed -i 's/oldstring/new string/g' {} \;
Posted by: Guest on March-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language