Skip to content

Instantly share code, notes, and snippets.

@samarpanda
Created September 1, 2015 16:57
Show Gist options
  • Save samarpanda/2827886767d8b0a559bf to your computer and use it in GitHub Desktop.
Save samarpanda/2827886767d8b0a559bf to your computer and use it in GitHub Desktop.

Kill Chrome tabs

ps ux | grep '[C]hrome Helper --type=renderer' | grep -v extension-process | tr -s ' ' | cut -d ' ' -f2 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment