Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern
Related Posts
upgrade ubuntu kernel
[apt-get upgrade] warning: The following packages have been kept back: linux-headers-generic-lts-quantal linux-headers-virtual linux-image-generic-lts-quantal linux-image-virtual linux-virtual…
How to clone a running system to a new harddisk using rsync?
Have you ever wanted to shrink an EC2 volume? I tried several ways and this…