Focusing problem solving with bird's-eye view & ground level implementation.
for pid in $(ps -ef | awk '/weblogic/ {print $2}'); do kill -9 $pid; done
https://unix.stackexchange.com/questions/50555/kill-many-instances-of-a-running-process-with-one-command
Post a Comment
No comments:
Post a Comment