Answers for "Linux Find word and replace text"

0

Linux Find word and replace text

sed -i -e '/FOO/s/love/sick/' input.txt
Posted by: Guest on October-22-2021

Code answers related to "Linux Find word and replace text"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language