You can do the above task using one command Option 1 : kill `ps -ef | grep wso2esb | grep -v grep | awk '{print $2}'`Option 2 : kill $(pgrep wso2esb)
Thanks for the info asanka
Post a Comment
2 comments:
You can do the above task using one command
Option 1 : kill `ps -ef | grep wso2esb | grep -v grep | awk '{print $2}'`
Option 2 : kill $(pgrep wso2esb)
Thanks for the info asanka
Post a Comment