sed替换字符串中的某些字符

test.txt原文内容
http://jsldfjaslfjsldfjasl/test?jlsdfjsalfjslfd
使用sed替换
sed -ri 's/(http:\/\/)[^\/]*(\/test)/\1localhost:8888\2/' test.txt

test.txt替换后内容
http://localhost:8888/test?jlsdfjsalfjslfd

posted @ 2018-05-25 16:30  随便了888  阅读(492)  评论(0编辑  收藏  举报