ps -ef|grep think |grep -v grep|cut -c 9-15|xargs kill -9

ps -ef |grep think | grep -v grep |awk '{print $2}'|xargs kill -9

相关文章:

  • 2021-11-20
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-08-30
  • 2021-10-30
相关资源
相似解决方案