sh 只获取IP地址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 只获取IP地址相关的知识,希望对你有一定的参考价值。

# method 1
$ echo $(ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')

# method 2
$ echo $(ip -o -4 addr list eth0 | perl -n -e 'if (m{inet\s([\d\.]+)\/\d+\s}xms) { print $1 }')

以上是关于sh 只获取IP地址的主要内容,如果未能解决你的问题,请参考以下文章

get_linux_ip_info.sh 获取ip地址

sh 获取IP地址并保存

sh 从ifconfig获取本地IP地址

sh 获取主机的docker bridge接口的ip地址

sh 为Atheros AR8161构建驱动程序,安装它们,启动接口并获取IP地址。

shell脚本从命令行输入ip或读取文件ping Ip地址是否通ping.sh