mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
# sw_vers
|
|
# Print Mac OSX Software versioning information.
|
|
|
|
# Print OSX Version
|
|
sw_vers -productVersion
|
|
|
|
# Print OSX Build
|
|
sw_vers -buildVersion
|