0
cat test.xml |sed -r 's/(\b[0-9]{1,3}\.){3}[0-9]{1,3}\b'/$ip_address/ >new.xml

在这里,我试图用新的 IP 地址替换模式匹配 IP。我正进入(状态

未终止 s的命令。请让我知道出了什么问题

4

0 回答 0