Concatenation in bash returns 'b' – unix.stackexchange.com

a='"apple","ball","cat"' a='['$a echo $a ["apple","ball","cat" a=$a']' echo $a b Stumped hard by the result b while I expect to see ["apple,"ball","cat"]. What am I missing here? This is from bash ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Concatenation in bash returns 'b' – unix.stackexchange.com"