1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fg.md

13 lines
203 B
Markdown
Raw Normal View History

2016-02-22 18:10:16 -05:00
# fg
> Run jobs in foreground.
2021-04-17 17:15:37 +02:00
> More information: <https://manned.org/fg>.
2016-02-22 18:10:16 -05:00
2016-02-22 18:39:36 -05:00
- Bring most recently suspended background job to foreground:
2016-02-22 18:10:16 -05:00
`fg`
2016-02-22 18:39:36 -05:00
- Bring a specific job to foreground:
2016-02-22 18:10:16 -05:00
`fg %{{job_id}}`