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

Re: Globbing and RC_EXPAND_PARAM



Andrej Borsenkow wrote:

> (Hmm ... haven't I asked it already?)
> 
> Our dbx does not understand search path - I have to specify every
> directory explicitly:
> 
> dbx -Idir1 -Idir2 ...
> 
> Is it possible in one shot (functions, aliases etc aside)? The closest I
> can think of is
> 
> dbx -I${^$(print *(/))} ...
> 
> but that's $(...) that looks ugly.

Not very nice either: *(/e:REPLY=-I\$REPLY)

Whoa! Dirty tricks ;-)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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