Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Globbing and RC_EXPAND_PARAM
- X-seq: zsh-users 3055
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH users mailing list" <zsh-users@xxxxxxxxxxxxxx>
- Subject: Globbing and RC_EXPAND_PARAM
- Date: Wed, 3 May 2000 12:34:09 +0400
- Importance: Normal
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
(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.
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author