Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,15 +1,15 @@
# system_profiler
> 报告系统硬件和软件配置.
> 报告系统硬件和软件配置
- 显示可由 System Profiler.app 打开的完整系统资源报告:
- 显示可由 System Profiler.app 打开的完整系统资源报告
`system_profiler -xml > MyReport.spx`
- 显示硬件概述型号、CPU、内存、串行等:
- 显示硬件概述型号、CPU、内存、串行等
`system_profiler SPHardwareDataType`
- 打印系统序列号:
- 打印系统序列号
`system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'`