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:
parent
f1ad82543f
commit
2c802b772e
1 changed files with 7 additions and 3 deletions
|
@ -1,11 +1,15 @@
|
|||
# sw_vers
|
||||
|
||||
> 打印 macOS 软件版本信息。
|
||||
> 打印 macOS 操作系统的版本信息。
|
||||
|
||||
- 打印 macOS 版本:
|
||||
- 打印所有可用信息(操作系统名称、版本号和构建版本):
|
||||
|
||||
`sw_vers`
|
||||
|
||||
- 只打印操作系统的版本号:
|
||||
|
||||
`sw_vers -productVersion`
|
||||
|
||||
- 打印 macOS 构建版本:
|
||||
- 只打印构建版本的标识符:
|
||||
|
||||
`sw_vers -buildVersion`
|
||||
|
|
Loading…
Add table
Reference in a new issue