There are 3 values for the variable City as my input - New York, Mumbai, London When I try to execute echo ${City} in bash, i get
New York,Mumbai,London.
But I require to get the above list within double quotes, like :
"New York,Mumbai,London"
Is there a possible way ?