[root@nhserver1 ~]# curl -s www.163.com | grep hot_pop_js.js | sed 's/www.[[:digit:]]*.com/111/'
    pollUrl: "http://111/special/0077450P/hot_pop_js.js",
[root@nhserver1 ~]# curl -s www.163.com | grep hot_pop_js.js | sed 's/www.[[:digit:]]*.com/www.google.com/'
    pollUrl: "http://www.google.com/special/0077450P/hot_pop_js.js",


or

[root@nhserver1 ~]# curl -s www.163.com | grep hot_pop_js.js | sed 's/www..*.com/www.google.com/'
    pollUrl: "http://www.google.com/special/0077450P/hot_pop_js.js",

 

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2022-03-02
  • 2022-02-13
  • 2021-05-20
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-11-30
  • 2021-04-05
相关资源
相似解决方案