mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:22:08 +02:00
11 lines
156 B
Markdown
11 lines
156 B
Markdown
# sw_vers
|
|
|
|
> Print macOS Software versioning information.
|
|
|
|
- Print macOS Version:
|
|
|
|
`sw_vers -productVersion`
|
|
|
|
- Print macOS Build:
|
|
|
|
`sw_vers -buildVersion`
|