bash-array.expect   [plain text]


(
	foo &&
	bar=(gumbo stumbo wumbo) &&
	baz
>) &&
(
	foo &&
	bar=${#bar[@]} &&
	baz
>)