标签:windows bsp nbsp grep stat 服务器 今天 window str
今天要查看windws下代理服务器有哪些IP连接过来,但使用 netstat -na 后出现很多连接会话,不方便查看。
想到Linux下的grep非常方便,于是网络上搜寻,还是有类似的命令findstr,改为 netstat -na | findstr 3128 方便很多。
标签:windows bsp nbsp grep stat 服务器 今天 window str
原文地址:http://www.cnblogs.com/fklin/p/6664582.html