Killfam(3pm) User Contributed Perl Documentation Killfam(3pm)NAMEProc::Killfam - kill a list of pids, and all their sub-childrenSYNOPSISuse Proc::Killfam; killfam $signal, @pids;DESCRIPTIONkillfam accepts the same arguments as the Perl builtin kill command, but, additionally, recursively searches the process table for children and kills them as well.EXAMPLEkillfam 'TERM', ($pid1, $pid2, @more_pids);KEYWORDSkill, signal perl v5.14.2 2003-05-19 Killfam(3pm)
| Related Man Pages |
|---|
| kill(1) - mojave |
| kill(1) - centos |
| kill(1) - opendarwin |
| kill(1) - freebsd |
| proc::processtable::process(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |