Answers for "Linux command line search and replace string"

0

Linux command line search and replace string

> grep -rl "old string" . | xargs sed -i 's/old string/new string/g'
Posted by: Guest on May-17-2021

Code answers related to "Linux command line search and replace string"

Browse Popular Code Answers by Language