用指令列出蘋果電腦序號 # ioreg -l | awk ‘/IOPlatformSerialNumber/ { split($0, line, “\””); printf(“%s\n”, line[4]); }’