unix - Replace a string in shell script - Stack Overflow
I am using the below code for replacing a string inside a shell script. echo $LINE | sed -e 's/12345678/"$replace"/g' but it's getting replaced with $replace instead of the value of that ...
stackoverflow.com |