Kill all processes by regex
ps aux|grep [process_regex]|grep -v grep|awk '{print $2}' | xargs kill -9
Written by Dmitry Ivanov
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#bash
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#