1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

sw_vers: update Chinese translation (#7334)

This commit is contained in:
meowmeowcat 2021-11-03 21:13:47 +08:00 committed by GitHub
parent f1ad82543f
commit 2c802b772e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,15 @@
# sw_vers # sw_vers
> 打印 macOS 软件版本信息。 > 打印 macOS 操作系统的版本信息。
- 打印 macOS 版本: - 打印所有可用信息(操作系统名称、版本号和构建版本):
`sw_vers`
- 只打印操作系统的版本号:
`sw_vers -productVersion` `sw_vers -productVersion`
- 打印 macOS 构建版本: - 打印构建版本的标识符
`sw_vers -buildVersion` `sw_vers -buildVersion`