Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Getting the name of zsh-generated temp file?
- X-seq: zsh-users 6073
- From: Lloyd Zusman <ljz@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Getting the name of zsh-generated temp file?
- Date: Mon, 05 May 2003 07:04:22 -0400
- >return-path: ljz@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: ljz@xxxxxxxxxx
- Sender: Lloyd Zusman <ljz@xxxxxxxxxx>
I'm using zsh 4.1.0-dev-5.
Within a zsh script, is there any way that I can get the name of the
temporary file generated by the =(...) construct?
One of these is left sitting around in /tmp after each termination of
one of my zsh scripts, and I'd like to remove it. If the script could
retrieve that file name, I could make sure to remove it before the
script exits.
Thanks in advance.
--
Lloyd Zusman
ljz@xxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author