Skip to content

Instantly share code, notes, and snippets.

@aemkei
Created April 7, 2009 14:32
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 aemkei/91257 to your computer and use it in GitHub Desktop.
Save aemkei/91257 to your computer and use it in GitHub Desktop.
$ ifconfig | grep 'inet ' | grep -v 127.0.0.1 | cut -d\ -f2
alias ip="ifconfig | grep 'inet ' | grep -v 127.0.0.1 | cut -d\ -f2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment