我有这个 script.sh
export teste=$(pwd)
echo "$teste"
sed -i 's/\String path[^w].*/String path = "$teste";/g' index.tmp
但替代物保持这种状态
index.tmp
String path = "$teste";
我搜索了,但是没有找到类似的东西。
答案 0 :(得分:0)
发布后,我看到一个对我有帮助的问题,我的解决方案是
sed -i“ s〜字符串路径[^ w]。*〜字符串路径= $ teste;〜g” index.tmp