interactive process killer
The UNIX kill command requires you to know the PID of a process you want
to kill. The zap program runs ps for you, extracts lines matching a string,
and asks you if you want to kill them; for each that you reply yes, it
delivers the signal for you.

Maintainer: Ian Darwin <ian@openbsd.org>
