add -g, --grep flags to ps command, documentation

This commit is contained in:
maxtimum
2021-12-23 22:31:07 -08:00
parent f28ddd3b3f
commit 07b00bc377
2 changed files with 21 additions and 12 deletions
+2 -2
View File
@@ -432,10 +432,10 @@ empty file will be created.
ps
^^
$ ps [-g pattern]
$ ps [-g, --grep pattern]
Prints all scripts that are currently running on the current server.
The :code:`-g pattern` option will only output running scripts where the name matches the provided pattern.
The :code:`-g, --grep pattern` option will only output running scripts where the name matches the provided pattern.
rm
^^