kill -9 `ps -ef |grep kettle|awk '{print $2}'`
Linux:强制停止相同的进程
最新推荐文章于 2023-01-15 16:37:30 发布
kill -9 `ps -ef |grep kettle|awk '{print $2}'`