Skip to content

Instantly share code, notes, and snippets.

@ziggear
Created May 9, 2013 02:39
Show Gist options
  • Save ziggear/5545204 to your computer and use it in GitHub Desktop.
Save ziggear/5545204 to your computer and use it in GitHub Desktop.
#netstat version
netstat -i | awk '{print $1,"\t",$4}'
#ifconfig version
ifconfig -a | grep 'inet*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment