Skip to content

Instantly share code, notes, and snippets.

@patoroco
Last active December 27, 2015 13:56
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 patoroco/cee9ed5c24b1ea0f67c3 to your computer and use it in GitHub Desktop.
Save patoroco/cee9ed5c24b1ea0f67c3 to your computer and use it in GitHub Desktop.
Get my IP (en0 interface)
ifconfig | awk '/en0/{getline; print}' | awk 'NR==2 {print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment