赞
踩
管道符(|)作用是将符号前的进程输出作为符号后进程的输入。
cmd> netstat -abno|findstr "80"|findstr "LISTENING"
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 2100
TCP 127.0.0.1:8001 0.0.0.0:0 LISTENING 7576
TCP 127.0.0.1:8002 0.0.0.0:0 LISTENING 7576
cmd> tasklist|findstr "2100"
nginx.exe 2100 Services 0 8,612 K
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。