1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/sw_vers.md
2019-03-15 11:47:29 +00:00

11 lines
152 B
Markdown

# sw_vers
> 打印 MacOS 软件版本信息.
- 打印 MacOS 版本:
`sw_vers -productVersion`
- 打印 MacOS 构建版本:
`sw_vers -buildVersion`