Skip to content

Instantly share code, notes, and snippets.

@ErDmKo
Created February 1, 2014 12:50
Show Gist options
  • Save ErDmKo/8752000 to your computer and use it in GitHub Desktop.
Save ErDmKo/8752000 to your computer and use it in GitHub Desktop.
Group process killer
kill -9 $(ps aux | grep RefreshDate | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment