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) - redhat |
| kill(1) - centos |
| kill(1) - ultrix |
| proc::killall(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |