linux 获取本机IP通用命令

`ifconfig | grep inet | grep -v inet6 | grep -v 127 | cut -d ' ' -f2`grep

相关文章
相关标签/搜索