linux批量删除任务

ps ux | grep -E 'python' | grep -v grep |awk '{print $2}' |xargs kill -s 9

你可能感兴趣的:(linux批量删除任务)