I'm trying to do something similar to this and I am getting hung up on
the loop. done < <(printf '%s ' "${BundleIdentifiers[@]}") I get the
following error: syntax error near unexpected token `<' Does anyone have
any insight on why this is happening ...