Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickychilcott/849534 to your computer and use it in GitHub Desktop.
Save rickychilcott/849534 to your computer and use it in GitHub Desktop.
Shell script to print the first available mac address found by ifconfig
ifconfig en0 | awk '/ether/ {print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment