1、数字替换原数字 sed -i "s/\([0-9]*\)/\1/g" 来源:https://www.cnblogs.com/wangshuyang/p/11807535.html 标签 正则表达式 原创 sed