Answers for "sed command find and replace for all files in a directory"

19

sed replace in file

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

Code answers related to "sed command find and replace for all files in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language