Skip to content

Instantly share code, notes, and snippets.

@aliang228
Created October 18, 2016 08:00
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 aliang228/bd22d836dc874ab48703c65136971f7e to your computer and use it in GitHub Desktop.
Save aliang228/bd22d836dc874ab48703c65136971f7e to your computer and use it in GitHub Desktop.
echo ip address
ifconfig en0 | awk '$1 == "inet" {print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment