gpt4 book ai didi

linux - sed 带有特殊字符的字符串 新

转载 作者:太空宇宙 更新时间:2023-11-04 03:38:12 25 4
gpt4 key购买 nike

当我使用此脚本替换时:

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

我有错误:

 sed: -e expression n°1, caractère 41: option inconnue pour `s'

谁能帮帮我提前致谢

考虑到,优素福

最佳答案

使用 \ 转义 /:

sed -i 's/mrm.fr.mycompany.com/10.70.89.40:8081\/artifactory/' config.xml

或者使用这个:

sed -i 's|mrm.fr.mycompany.com|10.70.89.40:8081/artifactory|' config.xml

关于linux - sed 带有特殊字符的字符串 新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30843791/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com