Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Last active August 5, 2022 21:43
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 wegotoeleven/82e952d8fa09f3dbd3b4293e2f42dcbb to your computer and use it in GitHub Desktop.
Save wegotoeleven/82e952d8fa09f3dbd3b4293e2f42dcbb to your computer and use it in GitHub Desktop.
Find Mac serial number
# On the Mac
system_profiler SPHardwareDataType | awk '/Serial/ {print $4}'
ioreg -l | grep IOPlatformSerialNumber | awk '{print $4}' | sed 's/"//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment