Skip to content

Instantly share code, notes, and snippets.

@clohr
Created January 3, 2020 21:44
Show Gist options
  • Save clohr/a237536e57ec2f360ef8d1c9b63bb8a6 to your computer and use it in GitHub Desktop.
Save clohr/a237536e57ec2f360ef8d1c9b63bb8a6 to your computer and use it in GitHub Desktop.
Find port in use on mac
sudo lsof -i -n -P | grep $PORT_NUMBER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment