I’m a command-line addict, so this was a great SuperUser question by Željko Filipin:
I know how to find Mac OS X version from GUI: Apple Menu (top left) > About This Mac
Is there a Terminal command that will tell me Mac OS X version?
It was answered by User delfuego:
You have a few options:
sw_vers -productVersion
system_profiler SPSoftwareDataType
These commands led me to this post: Finding OS X Version and Build Information From the Command Line | The Nubby Admin that also showed these commands:
uname -a
osascript -e 'system info'
Where uname shows only the kernal version, oascript gives a ton of information. Read the rest of this entry »






