jfb
‎07-13-2021
New Contributor

Joined: May 2016

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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" ...