Bash zdobądź tekst w cytatach

# <command which return text containing quotes> | cut -d \" -f2
VBoxManage list vms | cut -d \" -f2
Stormy Skylark