"netstat | grep LISTEN" for MacOS

Add this alias to your shell to get the equivalent output of running "netstat | grep LISTEN" on Linux: ```bash alias netstat-listen='lsof -iTCP -sTCP:LISTEN' ```