Merge pull request #171 from rubenvereecken/ps
Added a grep use case to ps
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
- list all running processes including the full command string
|
- list all running processes including the full command string
|
||||||
|
|
||||||
`ps auxww`
|
`ps auxww`
|
||||||
|
|
||||||
|
- search for a process that matches a string
|
||||||
|
|
||||||
|
`ps aux | grep {{string}}`
|
||||||
|
Reference in New Issue
Block a user