Kill processes faster with PKILL
Instead of kill or killall you can use pkill to faster terminate a process in Linux. pkill pidgin will search for any instance of Pidgin among the currently running processes and kill them all.
Instead of kill or killall you can use pkill to faster terminate a process in Linux. pkill pidgin will search for any instance of Pidgin among the currently running processes and kill them all.