Skip to content

Instantly share code, notes, and snippets.

@leomikezee
Created May 12, 2021 08:10
Show Gist options
  • Save leomikezee/4a6299363cad3af52c521289102cab0a to your computer and use it in GitHub Desktop.
Save leomikezee/4a6299363cad3af52c521289102cab0a to your computer and use it in GitHub Desktop.
get ip address
ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment