Skip to content

Instantly share code, notes, and snippets.

@airbr
Created May 23, 2017 02:46
Show Gist options
  • Save airbr/5544e4da6d89aeb81cfffd6c783312bf to your computer and use it in GitHub Desktop.
Save airbr/5544e4da6d89aeb81cfffd6c783312bf to your computer and use it in GitHub Desktop.
Handy IP/ Address print to console
ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment