mirror of https://github.com/CrimsonTome/tldr.git
Added a grep use case to ps
parent
84be2a73d1
commit
a6ae297b6a
|
@ -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}}`
|
||||||
|
|
Loading…
Reference in New Issue