How to detect the serial number of a Mac?

system_profiler SPHardwareDataType | awk '/Serial/ {print $4}'

03