macOS / binaries /

killall

/usr/bin/killall
Kill processes by name

The killall utility kills processes selected by name, as opposed to the selection by PID as done by kill. By default, it will send a TERM signal to all processes with a real UID identical to the caller of killall that match the name procname.

source: man