add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,20 @@
# system_profiler
> 报告系统硬件和软件配置。
> 更多信息:<https://keith.github.io/xcode-man-pages/system_profiler.8.html>.
> 更多信息:<https://keith.github.io/xcode-man-pages/system_profiler.8.html>
- 显示可由 System Profiler.app 打开的完整系统资源报告
- 显示具有特定详细程度的报告(迷你 [不包含个人信息]、基础或完整)
`system_profiler -detailLevel {{level}}`
- 显示完整的系统分析报告,可以通过 `System Profiler.app` 打开:
`system_profiler -xml > MyReport.spx`
- 显示硬件概述型号、CPU、内存、串行等):
- 显示硬件概述型号、CPU、内存、序列号等)和软件数据(系统、内核、名称、运行时间等):
`system_profiler SPHardwareDataType`
`system_profiler SPHardwareDataType SPSoftwareDataType`
- 打印系统序列号:
`system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'`
`system_profiler SPHardwareDataType|grep "Serial Number (system)" | awk '{ print $4 }'`