System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

sw_vers

Print macOS operating system version information. More information: https://ss64.com/osx/sw_vers.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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.