372 B
372 B
bg
Resume suspended jobs (e.g. using
<Ctrl z>), and keeps them running in the background. See also:jobs,fganddisown. 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
jobsto find the job number):
bg %{{job_number}}