tldr/pages/common/bg.md

13 lines
323 B
Markdown
Raw Normal View History

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