Skip to content

Instantly share code, notes, and snippets.

@henri
Created May 3, 2021 20:58
Show Gist options
  • Save henri/f74172fc60738a19e2c92affcc43bdea to your computer and use it in GitHub Desktop.
Save henri/f74172fc60738a19e2c92affcc43bdea to your computer and use it in GitHub Desktop.
macOS report Apple machine serial number
/usr/sbin/ioreg -c IOPlatformExpertDevice | grep IOPlatformSerialNumber | tr -d "\"" | awk -F " = " '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment