Skip to content

Instantly share code, notes, and snippets.

@GreggSetzer
Created August 29, 2018 19:36
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 GreggSetzer/d5f1988ca702799b0a791b5909e12576 to your computer and use it in GitHub Desktop.
Save GreggSetzer/d5f1988ca702799b0a791b5909e12576 to your computer and use it in GitHub Desktop.
Retrieve your local IP address at Mac Command LIne
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