Created
April 4, 2019 17:28
-
-
Save jimfilippou/1fb7d4dcb37ad67d18bf35b3d6d4f2b8 to your computer and use it in GitHub Desktop.
Easily find your IP on a Mac π»
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
ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' |
The many speech are ftwxia
On 19 Mar 2020, at 11:10 AM, Manos Stamatakis ***@***.***> wrote:
@ManosTheMaster commented on this gist.
the most Laconic repository on GitHub platform
β
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://gist.github.com/1fb7d4dcb37ad67d18bf35b3d6d4f2b8#gistcomment-3218093>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABUO65UX5TGWDHFD2AIQUXDRIHOPJANCNFSM4LPECICA>.
Jim Filippou γ» Software Engineer
https://jimfilippou.github.io
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the most Laconic repository on GitHub platform