Skip to content

Instantly share code, notes, and snippets.

@mauricioprado00
Created September 6, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricioprado00/765cb0aa7035824f644e9d88540bf667 to your computer and use it in GitHub Desktop.
Save mauricioprado00/765cb0aa7035824f644e9d88540bf667 to your computer and use it in GitHub Desktop.
resolve interface ip
ifconfig eth0 | grep -v inet6 | grep inet | awk '{ print $2 }' | sed 's#addr:##g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment