Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Globbing and RC_EXPAND_PARAM
- X-seq: zsh-users 3056
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Globbing and RC_EXPAND_PARAM
- Date: Wed, 3 May 2000 10:41:02 +0200 (MET DST)
- In-reply-to: "Andrej Borsenkow"'s message of Wed, 3 May 2000 12:34:09 +0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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