有没有办法在bash中编辑XML文件
<subsystem xmlns="urn:jboss:domain:web:1.5" default-virtual-server="default-host" instance-id="node1" native="false">
<configuration>
<jsp-configuration mapped-file="false" x-powered-by="false"/>
</configuration>
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" max-connections="3000"/>
<connector name="ajp" protocol="AJP/1.3" scheme="ajp" socket-binding="ajp" max-connections="3000"/>
<virtual-server name="default-host" enable-welcome-root="false">
<alias name="localhost"/>
<access-log pattern="%T %h %l %u %A %v %t %r %s %b %S %I"/>
</virtual-server>
</subsystem>
我想用“APP1”替换xml文件中的“node1”,有没有办法在bash中直接执行此操作?
我需要在我的linux vm上安装任何模块才能使其工作吗?