1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/sw_vers.md

17 lines
350 B
Markdown
Raw Normal View History

# sw_vers
> Print macOS operating system version information.
2021-11-15 03:45:59 +08:00
> 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`