Get Machine-specific info at the command line

blb

`'
There are two (I've found so far) command line programs which'll return some interesting information:

hostinfo returns kernel and hardware information

sw_vers returns software version info (like in "About This Mac"
 
Originally posted by blb
There are two (I've found so far) command line programs which'll return some interesting information:

So for the trifecta of info, try:

hostinfo; sw_vers; uname -a
 
Back
Top