Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# system_profiler
> Report system hardware and software configuration
> Report system hardware and software configuration.
- Display a full system profiler report which can be opened by System Profiler.app
- Display a full system profiler report which can be opened by System Profiler.app:
`system_profiler -xml > MyReport.spx`
- Display a hardware overview (Model, CPU, Memory, Serial, etc)
- Display a hardware overview (Model, CPU, Memory, Serial, etc):
`system_profiler SPHardwareDataType`
- Print the system serial number
- Print the system serial number:
`system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'`