Answers for "How to replace a string in multiple files in linux command line"

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 "How to replace a string in multiple files in linux command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language