采用类似unix 管道的形式过滤指定端口,并输出到指定的文件中
netstat -ano|findstr 9000 >e:\beixinyuan\1038.txt
转载于:https://www.cnblogs.com/isoftware/p/4241028.html