DESCR 249 B

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