From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id EAA02610 for ; Thu, 1 Jun 1995 04:38:05 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA25688 (5.65c/Gatech-10.0-IDA for ); Wed, 31 May 1995 14:37:41 -0400 Received: by math (5.x/SMI-SVR4) id AA24882; Wed, 31 May 1995 14:34:46 -0400 Resent-Date: Wed, 31 May 1995 20:33:50 +0200 (MET DST) Old-Return-Path: Message-Id: From: leitner@inf.fu-berlin.de (Felix von Leitner) Subject: temp file To: zsh-workers@math.gatech.edu Date: Wed, 31 May 1995 20:33:50 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Resent-Message-Id: <"HIN1u2.0.i46.5RBpl"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/60 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi ! I've written some very cool IMHO WWW cgi-bin using the zsh, and I needed to have the name of a temporary file. Unfortunately, this is only possible with <(), so I tried tempfile = `echo <(:)` This HANGS !! (Sparc 20, Solaris 2.4, zsh 2.5.03, and HP-UX with zsh 2.6beta7) Now I resorted to echo <(:) | read tempfile This hangs the shell, too, if it is not interactive. (Strange, isn't it ?) My last resort was /tmp/zsh$$. This works for now. Felix (I'd suggest something like $TEMPFILE or so)