tldr/pages/common/bg.md

12 lines
289 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.
2016-06-21 02:05:30 +03:00
2017-06-26 14:56:56 +03:00
- Resume 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}}`