ifconfig eth0 | grep 'inet' | awk '{print $2}' | head -1
awk '{print $2}':只显示区域2.
head -1:只显示第一排
ifconfig eth0 | grep 'inet' | awk '{print $2}' | head -1
awk '{print $2}':只显示区域2.
head -1:只显示第一排
本文标题:5.取出当前主机的ip地址,提示:对ifconfig命令的结果进
本文链接:https://www.haomeiwen.com/subject/wdudyttx.html
网友评论