「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
Coding Changes the World
ipコマンド
# ip a | grep inet | grep -v inet6 | grep -v 127 | sed 's/^[ \t]*//g’ | cut -d ' ' -f2
結果
xxx.xxx.181.55/23