awk replace port 0 with 1000 and increment +1 in multiple files

前端 未结 0 1953
暗喜
暗喜 2021-02-06 02:25
awk \'BEGIN{p=1000} $1=="local-ip"{$4=p++} 1\' input.cfg > output.cfg

input

local-ip 155.165.170.10 port 0 remote-ip 155.16.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题