On Fri, Nov 13, 2020 at 9:03 PM ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:
> Fedora 33
>
> I know I can get this information from a system
> call to "ps", but is there a way to tell if a
> program in running from Raku?

Running ps is probably as good as anything, but in linux you could
always just poke around under /proc,
e.g. Loop over /proc/*/cmdline and look for it.
  • ps? ToddAndMargo via perl6-users
    • Re: ps? Curt Tilmes

Reply via email to