Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern
Related Posts
Find And List All Hidden Files Recursively
Recursively list all hidden files and directories on Linux/Unix The basic syntax is as follows:…
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…