Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从终端提示符获取 Mac 上的网络信息,在 linux 中我通常通过配置文件获取此信息
感谢@doon,
这是解决方案
netstat -ib | grep -e "en1" -m 1 | awk '{print $10}'