for i in `ps -xawu | grep "$*" | grep -v grep | awk '{ print $2 }'`; do kill -9 $i ; done ;;