Skip to content

Instantly share code, notes, and snippets.

@codenickycode
Created December 30, 2022 22:21
Show Gist options
  • Save codenickycode/a7b7bd8b56d78cbb357636de95392243 to your computer and use it in GitHub Desktop.
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
# 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