我需要从命令行应用程序获取IP地址以在shell脚本中使用.
route -n | grep 'UG[ \t]' | awk '{print $2}'
要在所有接口上打印出路由信息:
route -n
要么
netstat -rn