logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Proc::Killfam - kill a list of pids, and all their sub-children

Description

killfam accepts the same arguments as the Perl builtin kill command, but, additionally, recursively
       searches the process table for children and kills them as well.

Example

killfam'TERM',($pid1,$pid2,@more_pids);

Keywords

       kill, signal

perl v5.40.0                                       2024-10-20                                 Proc::Killfam(3pm)

Name

       Proc::Killfam - kill a list of pids, and all their sub-children

Synopsis

        use Proc::Killfam;
        killfam $signal, @pids;

See Also