bash
kill process with grep
ps aux|grep "name"|grep -v grep | awk '{print $2}'|xargs kill -9Last updated
Was this helpful?
kill process with grep
ps aux|grep "name"|grep -v grep | awk '{print $2}'|xargs kill -9Last updated
Was this helpful?
Was this helpful?