mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 19:56:13 +02:00
bg: add page (#911)
This commit is contained in:
parent
7f168f6144
commit
6dd36ada23
1 changed files with 11 additions and 0 deletions
11
pages/common/bg.md
Normal file
11
pages/common/bg.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue