Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Process substitution and shell functions
- X-seq: zsh-workers 2153
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Process substitution and shell functions
- Date: Fri, 20 Sep 1996 16:02:13 -0700
- Reply-to: schaefer@xxxxxxx
I can't find anything about this in zsh-3.0.0/etc/FAQ or zsh-3.0.0/etc/BUGS
so I'm assuming it's fairly new.
zsh% function foo { echo $1 ; cat $1 }
zsh% foo =(echo hello world)
/tmp/zsha24295
cat: /tmp/zsha24295: No such file or directory
The temp file for the process substitution seems to be getting removed a bit
too aggressively. It should stay around at least until the shell function
finishes, should it not?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.nbn.com/people/lantern
New male in /home/schaefer:
>N 2 Justin William Schaefer Sat May 11 03:43 53/4040 "Happy Birthday"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author