Created
June 5, 2015 12:49
-
-
Save nestoru/f78ec7b37be4f40ba8ef to your computer and use it in GitHub Desktop.
solaris onleliner - find number of CPU cores
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
/bin/uname -X | grep NumCPU | ggrep -o '[0-9]*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment