commands.sh

bg

all

Resume suspended jobs (e.g. using `<Ctrl z>`), and keep them running in the background. See also: `jobs`, `fg`, `disown`.

More info →

Examples (2)

Resume the most recently suspended job and run it in the background

Resume a specific job and run it in the background (run `jobs` to find the job number)

bg %job_number
made by @shridhargupta | data from tldr-pages