Skip to content

Instantly share code, notes, and snippets.

@devhero
Created November 25, 2016 09:03
Show Gist options
  • Save devhero/48cc47bf562a6c7c1ffcaa46da85958d to your computer and use it in GitHub Desktop.
Save devhero/48cc47bf562a6c7c1ffcaa46da85958d to your computer and use it in GitHub Desktop.
ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment