Answers for "sed with variables in shell script"

0

sed with variables in shell script

Use double quotes for the sed expression.

sed "s/$replace_string/$replace_with/"`
Posted by: Guest on July-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language