Skip to content

Instantly share code, notes, and snippets.

@vjyanand
Created November 11, 2018 01:49
Show Gist options
  • Save vjyanand/c4559cecd6f6f1186910c3128001f32c to your computer and use it in GitHub Desktop.
Save vjyanand/c4559cecd6f6f1186910c3128001f32c to your computer and use it in GitHub Desktop.
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