Skip to content

Instantly share code, notes, and snippets.

@humanfactors
Created January 28, 2018 05:24
Show Gist options
  • Save humanfactors/f106ab875392f9f1113987cbd8bf2571 to your computer and use it in GitHub Desktop.
Save humanfactors/f106ab875392f9f1113987cbd8bf2571 to your computer and use it in GitHub Desktop.
localip.sh
ip a | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment