Answers for "linux change in text file"

8

ubuntu replace text in file

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

bash modify file text

sed -i -e 's/abc/XYZ/g' /tmp/file.txt
Posted by: Guest on October-22-2021

Code answers related to "linux change in text file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language