Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created February 18, 2011 17:58
Show Gist options
  • Save rickychilcott/834089 to your computer and use it in GitHub Desktop.
Save rickychilcott/834089 to your computer and use it in GitHub Desktop.
Shell script to print the first available mac address found by ifconfig
ifconfig | grep ether | awk '{if (NR==1) {print $2}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment