Created
March 25, 2015 17:15
-
-
Save sunny/94b4277e88a6477080bb to your computer and use it in GitHub Desktop.
ip command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install: place this in your `~/bin/` and call it `ip` for example. | |
# | |
# Usage: | |
# $ ip | |
# 192.168.1.42 | |
# 242.242.42.89 | |
ipconfig getifaddr en0 | |
curl ipecho.net/plain;echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment