Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Getting the name of zsh-generated temp file?
- X-seq: zsh-users 6074
- From: Zefram <zefram@xxxxxxxx>
- To: Lloyd Zusman <ljz@xxxxxxxxxx>
- Subject: Re: Getting the name of zsh-generated temp file?
- Date: Mon, 5 May 2003 14:36:37 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <d6ixslhl.fsf@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <d6ixslhl.fsf@xxxxxxxxxx>
Lloyd Zusman wrote:
>Within a zsh script, is there any way that I can get the name of the
>temporary file generated by the =(...) construct?
$ foo==(echo bar)
$ echo $foo
/tmp/zshp8oWrV
$ cat $foo
bar
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author