1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 18:17:55 +01:00

bg: add page (#911)

This commit is contained in:
Te-Chi Liu 2016-06-21 07:05:30 +08:00 committed by Waldir Pimenta
parent 7f168f6144
commit 6dd36ada23

11
pages/common/bg.md Normal file
View 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}}`