Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Created September 15, 2014 18:00
Show Gist options
  • Save edymerchk/05cf4ee0514846ae3782 to your computer and use it in GitHub Desktop.
Save edymerchk/05cf4ee0514846ae3782 to your computer and use it in GitHub Desktop.
(ifconfig wlan 2>/dev/null || ifconfig en0) | grep inet | grep -v inet6 | 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