function getDomainIp(){ ping -c 1 $1 | egrep "\(.*\)" | awk -F '[ ()]' '{ print $4 }' }
shell实战之:通过ping批量解析域名的DNS