Max

Results 1 comments of Max

You can add `| sed 's/=//g'` to the end of that line to remove the padding: ``` p=`system_profiler SPHardwareDataType | awk '/Serial/ {print $4}' | tr '[A-Z]' '[K-ZA-J]' | tr...