mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 12:15:41 +02:00
Merge pull request #171 from rubenvereecken/ps
Added a grep use case to ps
This commit is contained in:
commit
c92c84e2df
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue