Created
December 30, 2022 22:21
-
-
Save codenickycode/a7b7bd8b56d78cbb357636de95392243 to your computer and use it in GitHub Desktop.
[CLI: IPv4 Address] CLI command to get your IPv4 address #cli #bash #ip
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
# MacOs | |
ipconfig getifaddr en0 | |
# Windows | |
ipconfig /all | |
# Linux | |
hostname -I |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment