arrays expand differently when indexed with @ and quoted ("${vname[@]}")

this also applies to the key expansion "${!vname[@]}"

can there ever be any difference between ${#vname[@]}, ${#vname[*]}, 
"${#vname[@]}", and "${#vname[*]}"?
-- 
Aaron Davies
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to