Skip to content

Instantly share code, notes, and snippets.

@jimfilippou
Created April 4, 2019 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimfilippou/1fb7d4dcb37ad67d18bf35b3d6d4f2b8 to your computer and use it in GitHub Desktop.
Save jimfilippou/1fb7d4dcb37ad67d18bf35b3d6d4f2b8 to your computer and use it in GitHub Desktop.
Easily find your IP on a Mac 💻
ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'
@Stamanos
Copy link

the most Laconic repository on GitHub platform

@jimfilippou
Copy link
Author

jimfilippou commented Mar 19, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment