标签: windows shell
我正在Windows中寻找Linux的“ ps aux | grep | grep -v grep”的等效版本。
谢谢
答案 0 :(得分:1)
您可以在CMD中使用它:
tasklist | find "task"
测试:
tasklist | find "cmd.exe" cmd.exe 12000 Console 1 3,348 K