Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created December 4, 2024 13:35
Show Gist options
  • Save rtrouton/410d6876ae897057a1bc90244e0cc3a4 to your computer and use it in GitHub Desktop.
Save rtrouton/410d6876ae897057a1bc90244e0cc3a4 to your computer and use it in GitHub Desktop.
username@computername ~ % /usr/sbin/networksetup -getmacaddress $(/usr/sbin/networksetup -listallhardwareports | awk '/Hardware Port: Wi-Fi/{getline; print $2}') | awk '{print $3}'
6c:ce:2e:d3:6b:bd
username@computername ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment