Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoloaded functions through |
- X-seq: zsh-workers 2875
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: mason@xxxxxxxxxxxxxxx (G C Wing)
- Subject: Re: autoloaded functions through |
- Date: Wed, 5 Feb 1997 14:00:12 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <5d9g1e$sr$1@xxxxxxxxxxxxxxxxxxxxx> from "G C Wing" at Feb 5, 97 07:23:10 pm
G C Wing wrote:
>Well, looks like a bug. (zsh 3.0.3-test3)
...
>% ls | cat
>this is ls
>% which -a ls
>undefined ls () { }
>/bin/ls
No, it's not a bug. the left hand side of a pipeline runs in a
subshell, so the autoloading can't affect the main shell.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author