Created
January 14, 2020 15:35
-
-
Save posilva/33b9c7081c73e5d89a863bfcfce58326 to your computer and use it in GitHub Desktop.
Some cmd snippets
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 -an|awk '/tcp/ {print $6}'|sort|uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment