1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 04:35:28 +02:00
tldr/pages/common/bg.md
Pranaov S 8bc9dce9b1
pages/common/*: correct urls, see also improvements, unbashify pages, examples addition (#16841)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-14 19:02:15 +03:00

13 lines
372 B
Markdown

# bg
> Resume suspended jobs (e.g. using `<Ctrl z>`), and keeps them running in the background.
> See also: `jobs`, `fg` and `disown`.
> More information: <https://manned.org/bg>.
- Resume the most recently suspended job and run it in the background:
`bg`
- Resume a specific job and run it in the background (run `jobs` to find the job number):
`bg %{{job_number}}`