{
"port_password":{
"2016":"helloss",
"1027":"wwwcc"
},
"method":"aes-256-cfb",
"timeout":600
}
要把第三行中的helloss
替换成haha
可以下面这样sed -i 's/helloss/haha/g` filename
但是helloss
是不确定的,我只是想把第三行第二对双引号之间的内容替换成haha
,应该怎么写啊
{
"port_password":{
"2016":"helloss",
"1027":"wwwcc"
},
"method":"aes-256-cfb",
"timeout":600
}
要把第三行中的helloss
替换成haha
可以下面这样sed -i 's/helloss/haha/g` filename
但是helloss
是不确定的,我只是想把第三行第二对双引号之间的内容替换成haha
,应该怎么写啊
3 回答2.4k 阅读✓ 已解决
5 回答1.8k 阅读
1 回答1.2k 阅读✓ 已解决
2 回答1.1k 阅读
830 阅读
v2ex的@Strikeactor提供的