Merge pull request #171 from rubenvereecken/ps

Added a grep use case to ps
waldyrious/alt-syntax
Romain Prieto 2014-03-24 11:21:08 +11:00
commit c92c84e2df
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@
- list all running processes including the full command string
`ps auxww`
- search for a process that matches a string
`ps aux | grep {{string}}`