2014-02-11 00:35:16 +00:00
|
|
|
# sw_vers
|
|
|
|
|
2019-05-23 17:58:32 +01:00
|
|
|
> Print macOS operating system version information.
|
2024-01-31 10:20:27 +00:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/sw_vers.1.html>.
|
2014-02-11 00:35:16 +00:00
|
|
|
|
2019-05-23 17:58:32 +01:00
|
|
|
- Print all available information (OS name, version number, and build):
|
|
|
|
|
|
|
|
`sw_vers`
|
|
|
|
|
|
|
|
- Print only the version number of the operating system:
|
2014-02-11 00:35:16 +00:00
|
|
|
|
|
|
|
`sw_vers -productVersion`
|
|
|
|
|
2019-05-23 17:58:32 +01:00
|
|
|
- Print only the build identifier:
|
2014-02-11 00:35:16 +00:00
|
|
|
|
|
|
|
`sw_vers -buildVersion`
|