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
aaron.dav...@gmail.com
_______________________________________________
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to