If I have an array like this in Bash:

FOO=( a b c )

How do I join the elements with commas? For example, producing a,b,c.

32 s
32

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *