fish-shell/doc_src/cmds/suspend.rst
Aaron Gyes 14d60ccb32 More synopsis work.
A great leap forward
2021-12-21 17:24:47 -08:00

15 lines
565 B
ReStructuredText

.. _cmd-suspend:
suspend - suspend the current shell
===================================
Synopsis
--------
``suspend`` [**--force**]
Description
-----------
``suspend`` suspends execution of the current shell by sending it a SIGTSTP signal, returning to the controlling process. It can be resumed later by sending it a SIGCONT. In order to prevent suspending a shell that doesn't have a controlling process, it will not suspend the shell if it is a login shell. This requirement is bypassed if the ``--force`` option is given or the shell is not interactive.