Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created May 17, 2017 15:05
Show Gist options
  • Save vjk2005/e1317403a27ddd1e646a0d813ca88a3c to your computer and use it in GitHub Desktop.
Save vjk2005/e1317403a27ddd1e646a0d813ca88a3c to your computer and use it in GitHub Desktop.
Get the processor model on OSX
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