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

12 lines
152 B
Markdown
Raw Normal View History

2019-03-15 11:45:37 +08:00
# sw_vers
> 打印 MacOS 软件版本信息.
- 打印 MacOS 版本:
`sw_vers -productVersion`
- 打印 MacOS 构建版本:
`sw_vers -buildVersion`