grep 取出开放平台的内网ip

grep 取出开放平台的内网ip

##有个地方可以看到所有ip 但是取出却是一个问题 谢谢江哥
cat iplist |grep -o '10\.[0-9]*\.[0-9]*\.[0-9]*' |uniq |sort