Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

outputs of _users and _hosts to arrays



Hi all,

How can I add the outputs of _users and _hosts to arrays?  I tried,

users=( "$_users[@]" )
hosts=( "$_hosts[@]" )

without luck.

Help is greatly appreciated.

Wataru Kagawa



Messages sorted by: Reverse Date, Date, Thread, Author