mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
12 lines
224 B
Markdown
12 lines
224 B
Markdown
# bg
|
|
|
|
> Resumes suspended jobs and keeps them running in the background.
|
|
|
|
- Resume most recently suspended background job running in the background:
|
|
|
|
`bg`
|
|
|
|
- Resume a specific job running in the background:
|
|
|
|
`bg {{job_id}}`
|