Answers for "how to replace a text and delete other text using sed"

0

how to replace a text and delete other text using sed

$ sed -e "s/foo/bar/" -e "/FOO/d"
Posted by: Guest on February-17-2022

Code answers related to "how to replace a text and delete other text using sed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language