「CentOS7」ip aコマンドでIPアドレスを取得する

ipコマンド
# ip a | grep inet | grep -v inet6 | grep -v 127 | sed 's/^[ \t]*//g’ | cut -d ' ' -f2
結果
xxx.xxx.181.55/23

Linux

Posted by arkgame