Skip to content

Instantly share code, notes, and snippets.

@epappas
Created September 3, 2014 10:24
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 epappas/fa614fb17362f4c59dab to your computer and use it in GitHub Desktop.
Save epappas/fa614fb17362f4c59dab to your computer and use it in GitHub Desktop.
Getting my ips
$ ifconfig | grep 'inet ' | cut -d' ' -f2 | awk '{ print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment