Skip to content

Instantly share code, notes, and snippets.

@bsnyder
Created November 18, 2014 16:55
Show Gist options
  • Save bsnyder/0c578731adf5eb782617 to your computer and use it in GitHub Desktop.
Save bsnyder/0c578731adf5eb782617 to your computer and use it in GitHub Desktop.
ifconfig | grep -B3 -A3 'inet 10.1' | egrep ether
ifconfig | grep -B3 -A3 'inet 10.1' | egrep 'inet '
ifconfig | grep -B3 -A3 'inet 172.25' | egrep ether
ifconfig | grep -B3 -A3 'inet 172.25' | egrep 'inet '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment