jobspec in A Sentence

    1

    Without options, remove each Jobspec from the table of active jobs.

    0
    2

    Without options, each Jobspec is removed from the table of active jobs.

    0
    3

    If no Jobspec is supplied, the-a option means to remove or mark all jobs;

    0
    4

    If Jobspec is not present, and neither the'-a' nor'-r' option is supplied, the current job is used.

    0
    5

    If no Jobspec is present, and neither the-a nor the-r option is supplied, the current job is used.

    0
    6

    If Jobspec is not present, and neither the-a nor the-r option is supplied, the current job is used.

    0
    7

    If Jobspec is not present, and neither-a nor-r is supplied, the shell's notion of the current job is used.

    0
    8

    If the-x option is supplied, jobs replaces any Jobspec found in command or args with the corresponding process group ID, and executes command passing it args, returning its exit status.

    0
    9

    If the-h option is given, each Jobspec is not removed from the table, but is marked so that SIGHUP is not sent to the job if the shell receives a SIGHUP.

    0
    10

    The return status is that of the command placed into the foreground, or non-zero if run when job control is disabled or, when run with job control enabled, Jobspec does not specify a valid job or Jobspec specifies a job that was started without job control.

    0