1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/osx/sw_vers.md

371 B

sw_vers

Print macOS operating system version information. More information: https://keith.github.io/xcode-man-pages/sw_vers.1.html.

  • 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