diff --git a/doc/source/basicgameplay/terminal.rst b/doc/source/basicgameplay/terminal.rst index e6aba8767..14285f913 100644 --- a/doc/source/basicgameplay/terminal.rst +++ b/doc/source/basicgameplay/terminal.rst @@ -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 ^^