netstat -antp |grep ':80' |grep -c 'ESTABLISHED'
换一个测试项:
netstat -antp | grep ":22" | grep -c "ESTABLISHED"
出现了不是正整数的情况,怎么消掉前面的错误提示??
chmod +s /bin/netstat 或者 chmod u+s /usr/bin/netstat
标签:ESTABLISHED,grep,自定义,--------------------------------------------------,netstat, From: https://www.cnblogs.com/cherishthepresent/p/17277789.html