Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
outputs of _users and _hosts to arrays
- X-seq: zsh-users 9139
- From: Wataru Kagawa <wkagawa@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: outputs of _users and _hosts to arrays
- Date: Sun, 24 Jul 2005 16:05:06 +0900
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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