Last active
July 4, 2022 22:50
-
-
Save henri/4f6133b015d40c6bb537021d0d723329 to your computer and use it in GitHub Desktop.
netstat (more similar to GNU/LINUX) on macOS
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
# 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