14 lines
293 B
Markdown
Raw Normal View History

# fg
> Run jobs in foreground.
> See also: `jobs`, `bg` and `disown`.
> More information: <https://manned.org/fg>.
- Bring most recently suspended or running background job to foreground:
`fg`
- Bring a specific job to foreground (run `jobs` to find the job number):
`fg %{{job_number}}`