fish-shell/sphinx_doc_src/cmds/fg.rst
Fabian Homborg cf9b8fa3fa docs: Add labels to all commands
This allows us to use :ref: references, which don't require hardcoding
it as html

[ci skip]
2019-03-31 11:05:33 +02:00

21 lines
523 B
ReStructuredText

.. _cmd-fg:
fg - bring job to foreground
============================
Synopsis
--------
fg [PID]
Description
-----------
``fg`` brings the specified `job <index.html#syntax-job-control>`__ to the foreground, resuming it if it is stopped. While a foreground job is executed, fish is suspended. If no job is specified, the last job to be used is put in the foreground. If PID is specified, the job with the specified group ID is put in the foreground.
Example
-------
``fg`` will put the last job in the foreground.