Process Management Revision
Combine your knowledge of ps and grep to find and manage specific system tasks.
Filtering Processes
You can use the pipe | symbol to filter the output of ps through grep.
Command Prompt
PID TTY TIME CMD
1234 pts/0 00:00:01 bash
3456 pts/0 00:00:05 node
C:\Users\User>ps
References
These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.