mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +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
|