You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cheat.sheets/sheets/system_profiler

12 lines
421 B
Plaintext

# system_profiler
# Report system hardware and software configuration (Mac OS X)
# 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):
system_profiler SPHardwareDataType
# Print the system serial number:
system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'