Date: February 4, 2022 Categories: Development Tags: bash, expansion Comments: 0 String to array using a delimeter stack_arr=(${1//,/ }) the space between / and } is very important. Without it, the splitting does not occur. Instead it replaces the “:” with an empty space Leave a Reply Cancel replyYour email address will not be published.Comment Name Email Website Save my name, email, and website in this browser for the next time I comment.