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

Re: Globbing in redirections



> However, my original point stands.  ksh doesn't do brace expansion in
> redirections.  We need to split up prefork() somewhere -- is there
> another function that would be more appropriate to use in this case?
> We need all expansions except for brace expansion and globbing, but
> prefork() does everything except globbing.

prefork has a flags argument.  The easiest solution for this case is eg. if
bit is 3 set than do not do brace expansion.

Zoltan




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