sed -i "s/\([0-9]*\)/\1/g"
例:
替换配置中的Telnet端口
sed -i "s/TelnetPort = \([0-9]*\)/TelnetPort=12041/" file