I have this shell line to concatenate 2 string:
new_group="second result is: ${result},\"${policyActivite}_${policyApplication}\"" echo "result is: ${new_group}" The result:
result is: "Team","Application_Team" How can change the result to: result is: "Team, Application_Team"