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>
pull/28/head
Marcel Ruland 2024-04-24 21:02:07 +02:00 committed by GitHub
parent 5a4a939d97
commit f225b799c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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: