Created
September 27, 2016 16:40
-
-
Save jde/09383911937c13d5f786bc6cd455ecb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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