Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
=() and &! don't go together?
- X-seq: zsh-users 16286
- From: Štěpán Němec <stepnem@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: =() and &! don't go together?
- Date: Thu, 25 Aug 2011 13:22:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:user-agent:date:message-id:mime-version :content-type:content-transfer-encoding; bh=DF5B3F6gqCIc0LpRYV+e+A4luPc4TKMwli2HJVmn98c=; b=T8JARj76FRbluQ2DuH/KoXRg5nHjb4lu50RCLYiGRg9E7B9jVW/a9BBsaiuLiSQNZG 8tkOYWsvj+z+2YAL5p1lR5UOZn7aU5mzUmDIrlgxA1nNBd0yD+ON61Im7pP2V2Y2NQaN E5JdfBxsMq9Sn4rRdtqUuBjmq9RYXrzPEtbi4=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
It looks like when &! is used (i.e., "program =(computation) &!"), the
temporary file created by =() does not exist at the point the command
tries to access it. Is there a solution to this?
(I mean, for people more knowledgable than me it's probably obvious from
the way &! works; what I'm wondering is if it could either be fixed
somehow, or what the simplest workaround is.)
--
Štěpán
Messages sorted by:
Reverse Date,
Date,
Thread,
Author