Skip to content

Instantly share code, notes, and snippets.

@fieldoffice
Created September 23, 2014 10:11
Show Gist options
  • Save fieldoffice/a11b35025ed65bd40641 to your computer and use it in GitHub Desktop.
Save fieldoffice/a11b35025ed65bd40641 to your computer and use it in GitHub Desktop.
Terminal - Show IP Addresses
ifconfig | grep "inet " | grep -v 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment