将复制代码 以ANSI编码格式保存为A.txt
将- ************ 上面还有代码 ************************
- set "url=https://site.ip138.com/"
- ************ 上面还有代码 ************************
复制代码 以ANSI编码格式保存为B.txt
执行- gawk "FNR==NR{A=$0;next}/^set \"url=https:\/\/site\.ip138\.com\/\"$/{$0=\"set \\\"url=https://site.ip138.com/\" A \"\\\"\"}1" A.txt B.txt>B1.txt
复制代码 结果( B1.txt )- ************ 上面还有代码 ************************
- set "url=https://site.ip138.com/183.131.207.66"
- ************ 上面还有代码 ************************
复制代码
|