polka4ever
Technical User
Hello!
I am using this command in PERL:
system "ps -ef | grep 'java command'";
But how do i get the process ID off of this so I can kill the process? Also, I want to be very sure I am killing the correct process as well.
~p4e
I am using this command in PERL:
system "ps -ef | grep 'java command'";
But how do i get the process ID off of this so I can kill the process? Also, I want to be very sure I am killing the correct process as well.
~p4e