Skip to content

Instantly share code, notes, and snippets.

@arsham
Last active December 3, 2016 14:10
Show Gist options
  • Select an option

  • Save arsham/e69bf33e089c8132be13 to your computer and use it in GitHub Desktop.

Select an option

Save arsham/e69bf33e089c8132be13 to your computer and use it in GitHub Desktop.
Shows only IP address
/sbin/ifconfig NET_NAME | grep 'inet ' | tr -s " " | cut -d " " -f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment