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

Globbing and RC_EXPAND_PARAM



(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