Hacker News new | ask | show | jobs
by tom4000 2804 days ago
With `pkill $(pgrep mu)` or even with `pkill mu` you can kill mutt and any mu$ process as well.

`pkill -x mu` matches the whole name without substrings.