Hello! I'm capturing text then echoing it to ALL CAPS like this, which
proves the command works. read diskName echo $diskName | tr [a-z] [A-Z]
The goal is to pass this capitalized text to: sudo diskutil
partitionDisk /dev/diskn MBR fat32 "$diskName" ...