9 ms·
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.
by tom4000 8y 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.