1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 18:15:57 +02:00
tldr/pages/common/fg.md
2025-07-30 07:32:48 +03:00

13 lines
290 B
Markdown

# fg
> Run jobs in foreground.
> See also: `jobs`, `bg`, `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}}`