标签: shell
我的属性文件中有一个名为WLS_HOME的属性,它有一个指向我的weblogic主目录的路径。我需要使用shell脚本将此路径替换为另一个路径。
答案 0 :(得分:0)
sed's / WLS_HOME / newpathto / g'filename> filename.replaced