commands.sh

fg

all

Run jobs in foreground. See also: `jobs`, `bg`, `disown`, `%`.

More info →

Examples (2)

Bring most recently suspended or running background job to foreground

Bring a specific job to foreground (run `jobs` to find the job number)

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