How do I verify how many CPU\''s I have in the Terminal

How do I verify how many CPU\''s I have in the Terminal

acidjunk
April 11, 2010
1 min read

When working with video encoders or single core / multi core licenses it’s handy to now how much cores a CPU has, with only a terminal available it’s not that hard :-) Linux cat /proc/cpuinfo ** OS X** sysctl -n hw.ncpu

Tags

Computerz linux