Last active
May 5, 2021 09:56
-
-
Save V0XNIHILI/c13b45414f322a3e8cc9472fcd1075ce to your computer and use it in GitHub Desktop.
Check which CPU you have on macOS
This file contains 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 | |
# Example output: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment