首先,这个是不可以的
正确的查看链接:netstat -nat|grep ESTABLISHED
统计连接数,使用wc即可,-l统计行数
netstat -nat|grep ESTABLISHED|wc -l