Skip to content

Instantly share code, notes, and snippets.

@joemaygist
Created July 13, 2013 22:21
Show Gist options
  • Save joemaygist/5992438 to your computer and use it in GitHub Desktop.
Save joemaygist/5992438 to your computer and use it in GitHub Desktop.
Get Internal IP
ifconfig en1 | grep inet | grep -v inet6 | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment