Last active
June 8, 2018 00:16
-
-
Save Omar-Salem/97e0b8bdb618154d3a0c14d7f02e9436 to your computer and use it in GitHub Desktop.
find process using port and kill
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
kill $(lsof -t -i:{port}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment