Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: why doesn't 'source *' work?
- X-seq: zsh-users 2291
- From: Timothy J Luoma <tjlists@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: why doesn't 'source *' work?
- Date: Sat, 10 Apr 1999 20:30:07 -0400
- In-reply-to: <m3iub4knto.fsf@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199904102349.TAA03697@ocalhost> <m3iub4knto.fsf@xxxxxxxxxxxxxxxxxxxx>
Replying to message of 11 Apr 1999 01:22:59 +0100
from Bruce Stephens <bruce@xxxxxxxxxxxxxxxxxxxx>
regarding ``Re: why doesn't 'source *' work?''
> If you do "source a b c d e", then the file "a" gets sourced, with the
> positional parameters set: $1 gets set to "b", $2 to "c", $3 to "d"
> and $4 to "e".
>
> The same kind of behaviour that you get with shell functions and
> things.
Ah.... as one of my teacher's used to say:
``Light dawns on marble head.''
Thanks for the explanation, I guess that does make sense.
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author