Skip to content

Instantly share code, notes, and snippets.

@gdakram
Created December 29, 2009 22:24
Show Gist options
  • Save gdakram/265663 to your computer and use it in GitHub Desktop.
Save gdakram/265663 to your computer and use it in GitHub Desktop.
ps aux | grep http | grep "\-k" | awk {/[0-9]+/ '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment