tldr/pages/common/bg.md

13 lines
339 B
Markdown
Raw Normal View History

2016-06-21 02:05:30 +03:00
# bg
2017-06-26 14:56:56 +03:00
> Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps them running in the background.
> More information: <https://manned.org/bg>.
2016-06-21 02:05:30 +03:00
2021-03-31 13:18:25 +03:00
- Resume the most recently suspended job and run it in the background:
2016-06-21 02:05:30 +03:00
`bg`
2017-06-26 14:56:56 +03:00
- Resume a specific job (use `jobs -l` to get its ID) and run it in the background:
2016-06-21 02:05:30 +03:00
`bg %{{job_id}}`