Skip to content

Instantly share code, notes, and snippets.

@jde
Created September 27, 2016 16:40
Show Gist options
  • Save jde/09383911937c13d5f786bc6cd455ecb5 to your computer and use it in GitHub Desktop.
Save jde/09383911937c13d5f786bc6cd455ecb5 to your computer and use it in GitHub Desktop.
lsof -i tcp:16180 | awk 'NR>1 {print $2}' | xargs kill
lsof -i tcp:16181 | awk 'NR>1 {print $2}' | xargs kill
lsof -i tcp:16182 | awk 'NR>1 {print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment