bash quotes code example
Example: bash get text inside quotes
# <command which return text containing quotes> | cut -d \" -f2
VBoxManage list vms | cut -d \" -f2
# <command which return text containing quotes> | cut -d \" -f2
VBoxManage list vms | cut -d \" -f2