when i use this script to replace :
mrm.fr.mycompany.com by 10.70.89.40:8081/artifactory
sed -i -e "s/mrm.fr.mycompany.com/10.70.89.40:8081/artifactory/g" config.xml
i have the error :
sed: -e expression n°1, caractère 41: option inconnue pour `s'
can anyone help me thanks in advance
regard, Youssef
Escape
/
with\
:Or use this: