标签:正则表达 com config http 正则表达式 三剑客 net conf 结合
1、取系统ip
解答:
1)ifconfig ens33 |sed -n ‘2p‘|sed "s#inet##g"|sed ‘s#n.*$##g‘
2)ifconfig ens33 |sed -n ‘2s#inet##gp‘|sed ‘s# n.*$##g‘
标签:正则表达 com config http 正则表达式 三剑客 net conf 结合
原文地址:https://www.cnblogs.com/dongxu2019/p/11506410.html