Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的属性文件中有一个名为 WLS_HOME 的属性,它有一个指向我的 weblogic 主页的路径。我需要使用 shell 脚本将此路径替换为另一个路径。
sed 's/WLS_HOME/newpathto/g' 文件名> 文件名.replaced