mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
22
doc_src/cmds/fg.rst
Normal file
22
doc_src/cmds/fg.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
.. _cmd-fg:
|
||||
|
||||
fg - bring job to foreground
|
||||
============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
fg [PID]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``fg`` brings the specified :ref:`job <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.
|
||||
Reference in New Issue
Block a user