Posted on 03-03-2011 10:53 AM
Hello All,
Today I was asked to find out how many of our systems are 32 bit, and 64 bit capable. I whipped this up and thought I'd share. (See attached doc.) I have a few others I might be posting soon just have to finish testing.
Enjoy.
Sean
Posted on 03-04-2011 08:27 AM
You may wish to add some 'if' statements.
This to allow for powerpc machines.
ioreg -l -p IODeviceTree | grep -i firmware | cut -d "<" -f 2 | sed 's/>//'
And I find this is also useful if you are running Intel + Snow Leopard
system_profiler SPSoftwareDataType | grep 64-bit | sed 's/ {6}//'
Sean