Resuming a stopped job

When you are ready to resume a stopped job, you can resume it in the foreground using the job identifier. Enter:
fg %n
where n is the job identifier for the stopped job.
To resume a stopped job in the background, enter:
bg %n
where n is the job identifier for the stopped job. The %n is unnecessary if there is only one job.