Skip to content

Instantly share code, notes, and snippets.

@posilva
Created January 14, 2020 15:35
Show Gist options
  • Select an option

  • Save posilva/33b9c7081c73e5d89a863bfcfce58326 to your computer and use it in GitHub Desktop.

Select an option

Save posilva/33b9c7081c73e5d89a863bfcfce58326 to your computer and use it in GitHub Desktop.
Some cmd snippets
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