Skip to content

Latest commit

History

History
15 lines (8 loc) 路 293 Bytes

sw_vers.md

File metadata and controls

15 lines (8 loc) 路 293 Bytes

sw_vers

Print macOS operating system version information.

  • Print all available information (OS name, version number, and build):

sw_vers

  • Print only the version number of the operating system:

sw_vers -productVersion

  • Print only the build identifier:

sw_vers -buildVersion