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

globbing



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