Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created July 25, 2011 20:51
Show Gist options
  • Save jdlich/1105172 to your computer and use it in GitHub Desktop.
Save jdlich/1105172 to your computer and use it in GitHub Desktop.
function ip { ifconfig en0 | ruby -ne 'puts $_[/inet\s((\d|\.)+)/,1] if $_.match(/^\s+inet\s/)' | pbcopy; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment