Trek@proc = `ps -ef | grep $param`; foreach $proc(@proc){ ($userid, $pid, @rest) = split(' ', $proc); print "$userid $pid\n"; }
In reply to Re: obtaining pid's in Unix environment
by TrekNoid
in thread obtaining pid's in Unix environment
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |