Skip to content

Instantly share code, notes, and snippets.

@mattyod
Created December 22, 2014 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattyod/779faffb798744f9dd8e to your computer and use it in GitHub Desktop.
Save mattyod/779faffb798744f9dd8e to your computer and use it in GitHub Desktop.
ip
ifconfig | grep 'inet' | cut -d: -f2 | awk '{ print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment