Linux: Kill a process matching a partial name

Posted About 9 years ago. Visible to the public.

This is useful to kill processes like ruby my-script.rb:

pkill -f my-script.rb

With great power comes great responsibility.

Henning Koch
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2015-03-25 14:36)