I like any of the following for dynamic naming or combination
thereof,#!/bin/bashsysInfo=($(ioreg -rd1 -c IOPlatformExpertDevice |
grep -Ew 'IOPlatformUUID|IOPlatformSerialNumber|product-name' | awk
'{print $3}'| tr -d '"'))# ${sysInfo[0]} = UUID# ${...