bash mendapatkan teks di dalam kutipan

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