1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 20:55:24 +02:00
tldr/pages/common/fg.md
Pranaov S 8bc9dce9b1
pages/common/*: correct urls, see also improvements, unbashify pages, examples addition (#16841)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-14 19:02:15 +03:00

13 lines
293 B
Markdown

# 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}}`