13 lines
203 B
Markdown
13 lines
203 B
Markdown
# fg
|
|
|
|
> Run jobs in foreground.
|
|
> More information: <https://manned.org/fg>.
|
|
|
|
- Bring most recently suspended background job to foreground:
|
|
|
|
`fg`
|
|
|
|
- Bring a specific job to foreground:
|
|
|
|
`fg %{{job_id}}`
|