windows powershell 下使用 ps 命令可以查看当前所有的 process name 但是如何才能像 linux 那样使用 ps |grep nginx 那样 只输出和字符串 nginx 相匹配的进程呢? ps | Out-String ...