kill: Kill a background job

Package: language

Usage

kill job [job ...]

Parameters

job
A background job number, as returned by jobs, or as printed when the job is submitted.

Description

Kill is used to forcibly terminate a background job. The user must specify the job number of the task to be killed. The job number is displayed when the job is started, and may also be seen using the jobs command.

Example

1. Kill job number 4.

cl> kill 4

See also

jobs, service