| kill | language | kill |
kill -- kill a background job
kill job [job ...]
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.
1. Kill job number 4.
cl> kill 4
jobs, service