bash

Author Avatar
aghost 02月 10,2020
  • 在其它设备中阅读本文章

kill process with grep

ps aux|grep "name"|grep -v grep | awk '{print $2}'|xargs kill -9