通过IP查找ip所对应网卡名

ip route | grep 172.16.30.130 | awk -F '[ \t*]' '{print $3}'


执行的结果:

[root@localhost xml_onvif]# ip route | grep 172.16.30.130 | awk -F '[ \t*]' '{print $3}'
eth1

你可能感兴趣的:(shel命令/l脚本)