Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
globbing
- X-seq: zsh-users 9119
- From: Tyler Spivey <tspivey@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: globbing
- Date: Wed, 20 Jul 2005 19:48:15 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
How can I get this to work? I want to read a filespec from the user,
then expand it into an array from a variable. e.g. (nonworking code):
f=\*
a=($f)
This should work, since a=(*) will work.
How can I force filename generation?
Thanks,
Tyler
Messages sorted by:
Reverse Date,
Date,
Thread,
Author