mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
15 lines
293 B
Markdown
15 lines
293 B
Markdown
# 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`
|