Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Globbing in redirections
- X-seq: zsh-workers 1280
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: A.Main@xxxxxxxxxxxxxxxxx (Zefram)
- Subject: Re: Globbing in redirections
- Date: Thu, 6 Jun 1996 18:48:31 +0200 (MET DST)
- Cc: A.Main@xxxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <27406.199606061636@xxxxxxxxxxxxxxxxxxxxxxxxx> from Zefram at "Jun 6, 96 05:36:37 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> 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