On Mon, Mar 11, 2013 at 7:40 PM, Florian Pritz <bluewind at xinu.at> wrote:
> ${#array[@]} requires "[@]" to count the array members. Otherwise it will
> return the length of the first element which will hardly ever be 1.
Absolutely.
Thanks!
- Jouke