Does anyone know how I can find a process and kill it using one command line (ie. ps -ef | grep process; get PID; kill -9 PID)?
I know in Solaris there's a pkill command, but I didn't find a pkill command in AIX.
I like to run it in a script. How can I do this?
Thanks.
I know in Solaris there's a pkill command, but I didn't find a pkill command in AIX.
I like to run it in a script. How can I do this?
Thanks.