Created
May 17, 2017 15:05
-
-
Save vjk2005/e1317403a27ddd1e646a0d813ca88a3c to your computer and use it in GitHub Desktop.
Get the processor model on OSX
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
sysctl -n machdep.cpu.brand_string | |
# run the following command to directly open a link to Intel's page on that processor for detailed specs: | |
# open http://ark.intel.com/search?q=$(sysctl -n machdep.cpu.brand_string | awk '{print $3}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment