Answers for "ubuntu replace string in all files"

10

ubuntu replace text in file

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

Code answers related to "ubuntu replace string in all files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language