Skip to content

Instantly share code, notes, and snippets.

@henrycunh
Created March 8, 2022 21:25
Show Gist options
  • Save henrycunh/6ba88969137a13711f2a145b62a191d5 to your computer and use it in GitHub Desktop.
Save henrycunh/6ba88969137a13711f2a145b62a191d5 to your computer and use it in GitHub Desktop.
Get the serial number of a Mac from terminal
system_profiler SPHardwareDataType | grep Serial | cut -d':' -f2 | sed 's/ //g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment