一键杀死某些指定进程的脚本

kill -9 `ps aux | grep kurento-room-potato | grep java | awk 'NR==1{print $2}'`

原文地址:https://www.cnblogs.com/eaglexmw/p/10314690.html