$ curl cheat.sh/
# fg
# Run jobs in foreground.
# More information: <https://manned.org/fg>.

# Bring most recently suspended or running background job to foreground:
fg

# Bring a specific job to foreground:
fg %job_id

$
Follow @igor_chubin cheat.sh tldr