Skip to content

Instantly share code, notes, and snippets.

@yurinnick
Created July 16, 2013 07:51
Show Gist options
  • Save yurinnick/6006694 to your computer and use it in GitHub Desktop.
Save yurinnick/6006694 to your computer and use it in GitHub Desktop.
Get IP address
#!/bin/bash
ip addr show | tail -n3 | head -n1 | cut -d' ' -f6 | cut -d'/' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment