Skip to content

Instantly share code, notes, and snippets.

@coder36
Created October 11, 2013 16:24
Show Gist options
  • Save coder36/6937755 to your computer and use it in GitHub Desktop.
Save coder36/6937755 to your computer and use it in GitHub Desktop.
myip
/sbin/ifconfig |grep inet|sed 's/\:/ /'|awk '{print $3}'|grep -v 127.0.0 | grep -v :: | tr "\\n" " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment