mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 22:33:09 +02:00
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:
parent
5a4a939d97
commit
f225b799c9
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue