I'm try to extract the contents of a given column, but spaces have been used to format the columns so I don't have a specific delimiter to work with.
The data I'm working with is the result of the following OS X command:
diskutil list | grep 'Apple'
Example output:
2: Apple_HFS Macintosh SSD 511.8 GB disk0s2
2: Apple_HFS External 79.7 GB disk1s2
The column I want to extract is the disk name, i.e. "Macintosh SSD" and "External"