mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
system_profiler: add Chinese translation
This commit is contained in:
parent
bf4f523d6d
commit
75271679b6
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/system_profiler.md
Normal file
15
pages.zh/osx/system_profiler.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# system_profiler
|
||||||
|
|
||||||
|
> 报告系统硬件和软件配置.
|
||||||
|
|
||||||
|
- 显示可由 System Profiler.app 打开的完整系统资源报告:
|
||||||
|
|
||||||
|
`system_profiler -xml > MyReport.spx`
|
||||||
|
|
||||||
|
- 显示硬件概述(型号、CPU、内存、串行等):
|
||||||
|
|
||||||
|
`system_profiler SPHardwareDataType`
|
||||||
|
|
||||||
|
- 打印系统序列号:
|
||||||
|
|
||||||
|
`system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'`
|
Loading…
Add table
Reference in a new issue