mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-20 00:35:24 +02:00
11 lines
154 B
Markdown
11 lines
154 B
Markdown
# sw_vers
|
|
|
|
> Print Mac OSX Software versioning information.
|
|
|
|
- Print OSX Version:
|
|
|
|
`sw_vers -productVersion`
|
|
|
|
- Print OSX Build:
|
|
|
|
`sw_vers -buildVersion`
|