# Percent sign > Manage jobs. > More information: . - Bring the current job to front: `%` - Bring the previous job to front: `%-` - Bring a job numbered `N` to front: `%{{N}}` - Bring a job whose command starts with `string` to front: `%{{string}}` - Bring a job whose command contains `string` to front: `%?{{string}}` - Resume a suspended job: `%{{1}} &`