update documentation for ps

This commit is contained in:
maxtimum 2021-12-23 17:43:52 -08:00
parent deb6d6cc0a
commit 13e68ba48e

@ -432,7 +432,10 @@ empty file will be created.
ps
^^
$ ps [| grep pattern]
Prints all scripts that are currently running on the current server.
The :code:`| grep pattern` option will only output running scripts where the name matches the provided pattern.
rm
^^