1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

Added a grep use case to ps

This commit is contained in:
Ruben Vereecken 2014-03-24 00:52:15 +01:00
parent 84be2a73d1
commit a6ae297b6a

View file

@ -9,3 +9,7 @@
- list all running processes including the full command string
`ps auxww`
- search for a process that matches a string
`ps aux | grep {{string}}`