Answers for "ubuntu command line replace word in files"

8

ubuntu command line replace word in files

sed -i 's/original/new/g' file.txt
Posted by: Guest on March-16-2020
14

sed replace in file

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

Code answers related to "ubuntu command line replace word in files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language