Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Help von glob_subst
- X-seq: zsh-users 213
- From: jarausch@xxxxxxxxxxxxxxxxxxx (Helmut Jarausch)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Help von glob_subst
- Date: Mon, 13 May 1996 16:18:09 +0200
Please help,
I have been using the following construct quite often (recently it does not work
any more, since there has been a `bug fix` in ZSH)
e.g.
file Test
#!/bin/zsh
Pattern=$1(.)
eval List=$Pattern
invoking it like
Test `**/*`
I got the expansion in $List.
How is it done now?
Thanks for any helps.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author