1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 18:26:00 +02:00

sw_vers: improve descriptions, add basic example (#3050)

This commit is contained in:
Waldir Pimenta 2019-05-23 17:58:32 +01:00 committed by Owen Voke
parent f30d5ae886
commit 8518db8ff9

View file

@ -1,11 +1,15 @@
# sw_vers # sw_vers
> Print macOS Software versioning information. > Print macOS operating system version information.
- Print macOS Version: - Print all available information (OS name, version number, and build):
`sw_vers`
- Print only the version number of the operating system:
`sw_vers -productVersion` `sw_vers -productVersion`
- Print macOS Build: - Print only the build identifier:
`sw_vers -buildVersion` `sw_vers -buildVersion`