A command that will find all sleep processes running on the system and kill them

ps -eaf|cut -d f2|tr -s ” “|kill

Tags: ,

Leave a Reply