Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolobosse/1dd21daf81d24fa712757a88ef7b61bd to your computer and use it in GitHub Desktop.
Save lolobosse/1dd21daf81d24fa712757a88ef7b61bd to your computer and use it in GitHub Desktop.
Alias Copy IP OSX Yosemite
alias ip="ifconfig | egrep -o '([[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3})[[:space:]]netmask[[:space:]]0x[[:xdigit:]]{8}[[:space:]]broadcast'|egrep -o '([[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3})' | pbcopy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment