Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash get text inside quotes

# <command which return text containing quotes> | cut -d " -f2
VBoxManage list vms | cut -d " -f2
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #bash #text #quotes
ADD COMMENT
Topic
Name
4+2 =