aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/fg.txt
blob: db983ee9a5813fc11f5e6ce6aa6955277e8b1e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\section fg fg - send job to foreground

\subsection fg-synopsis Synopsis
<tt>fg [PID]</tt>

\subsection fg-description Description
Sends the specified job to the foreground. 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.

The PID of the desired process is usually found by using <a href="index.html#expand-process">process expansion</a>.

\subsection fg-example Example

<tt>fg \%0</tt> will put the job with job id 0 in the foreground.