Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nestoru/f78ec7b37be4f40ba8ef to your computer and use it in GitHub Desktop.
Save nestoru/f78ec7b37be4f40ba8ef to your computer and use it in GitHub Desktop.
solaris onleliner - find number of CPU cores
/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