Created
November 11, 2018 01:49
-
-
Save vjyanand/c4559cecd6f6f1186910c3128001f32c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps -O etimes -eo pid,etime,comm,user,tty | grep chrome | grep -v grep | awk {'if ($2 > 100) print $1'} | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment