Answers for "best way to replace several strings in several files bash"

2

How to replace a string in multiple files in linux command line

cd /path/to/your/folder
sed -i 's/foo/bar/g' *
Posted by: Guest on September-02-2020

Code answers related to "best way to replace several strings in several files bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language