Skip to content

Instantly share code, notes, and snippets.

@BigW72
Created March 25, 2018 21:00
Show Gist options
  • Save BigW72/2402d446ba70cfa7e9d449f21ab57766 to your computer and use it in GitHub Desktop.
Save BigW72/2402d446ba70cfa7e9d449f21ab57766 to your computer and use it in GitHub Desktop.
Get Mac model number
ioreg -l | awk '/product-name/ { split($0, line, "\""); printf("%s\n", line[4]); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment