[LINUX] kill process by ps ax | grep | awk - fourslickz/notes GitHub Wiki

kill $(ps aux | grep your_process_name | grep -v grep | awk '{print $2}')