Skip to content

Instantly share code, notes, and snippets.

@henri
Last active July 4, 2022 22:50
Show Gist options
  • Save henri/4f6133b015d40c6bb537021d0d723329 to your computer and use it in GitHub Desktop.
Save henri/4f6133b015d40c6bb537021d0d723329 to your computer and use it in GitHub Desktop.
netstat (more similar to GNU/LINUX) on macOS
# netstat (more similar to GNU/LINUX) on macOS
lsof -i -P | grep -i "listen" --line-buffered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment