Answers for "sed replace in all files in directory"

14

sed replace in file

sed -i 's/foo/bar/g' hello.txt
Posted by: Guest on March-01-2020

Code answers related to "sed replace in all files in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language