Table of Contents

Bash - Jobs (Builtin command)

About

Lists the active jobs and execute job ?

Syntax

The first form lists the active jobs.

First form

Lists the active jobs.

jobs [-lnprs] [ jobspec ... ]

where:

If jobspec is given, output is restricted to information about that job. The return status is 0 unless an invalid option is encountered or an invalid jobspec is supplied.

Second form

jobs -x command [ args ... ]

where: