freebsd-dev/bin/kill
Jilles Tjoelker 7696168706 sh: Allow kill %job on jobs started without job control.
When killing a %job started without job control, kill all processes in it.
As with process groups and zombies, if any process in the job can be killed
or has already terminated, the command is successful.

This also fixes occasional failures of the builtins/kill1.0 test.
2014-03-15 14:58:48 +00:00
..
kill.1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
kill.c sh: Allow kill %job on jobs started without job control. 2014-03-15 14:58:48 +00:00
Makefile