ps: clarify grep example (#12650)

* Update ps.md

* Update pages/common/ps.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update ps.md

* Update ps.md

* Update pages/common/ps.md

---------

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
Marcel Ruland
2024-04-24 21:02:07 +02:00
committed by GitHub
parent 5a4a939d97
commit f225b799c9

View File

@@ -11,9 +11,9 @@
`ps auxww`
- Search for a process that matches a string:
- Search for a process that matches a string (the brackets will prevent `grep` from matching itself):
`ps aux | grep {{string}}`
`ps aux | grep {{[s]tring}}`
- List all processes of the current user in extra full format: