Answers for "replace word in file linux command"

1

replace word in file linux command

sed -i 's_oldword_replaceword_gI' document_name.txt
Posted by: Guest on February-16-2021

Code answers related to "replace word in file linux command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language