Skip to content

Instantly share code, notes, and snippets.

@vordan
Created July 16, 2015 05:39
Show Gist options
  • Save vordan/b273477b9efc99698d34 to your computer and use it in GitHub Desktop.
Save vordan/b273477b9efc99698d34 to your computer and use it in GitHub Desktop.
Show IP address only in Linux
ip addr show tun0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment