只显示指定网卡IP地址命令

4080阅读 0评论2011-06-14 Aquester
分类:Python/Ruby

export eth=1&&netstat -ie|awk -F'[: ]' 'begin{found=0;} { if (match($0,"eth'"$eth"'")) found=1; else if ((1==found) && match($0,"eth")) found=0; if ((1==found) && match($0,"inet addr:") && match($0,"Bcast:")) print $13; }'
上一篇:解决C++代码单元测试中的难题-不可验证和IO调用
下一篇:代码规范:换行对齐问题