海纳百川
ip a | grep -w 'inet' | awk -F "/" '{print $1}' | awk -F " " '{print $2}' ip a | grep 'inet ' | sed 's/^.*inet //g' | awk -F "/" '{print $1}'