Created
March 25, 2018 21:00
-
-
Save BigW72/2402d446ba70cfa7e9d449f21ab57766 to your computer and use it in GitHub Desktop.
Get Mac model number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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