tldr/pages/common/fg.md

13 lines
203 B
Markdown
Raw Normal View History

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