From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6907 invoked from network); 15 Sep 1997 23:52:20 -0000 Received: from math.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 15 Sep 1997 23:52:20 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id TAA00701; Mon, 15 Sep 1997 19:48:20 -0400 (EDT) Resent-Date: Mon, 15 Sep 1997 19:48:20 -0400 (EDT) To: zsh-workers@math.gatech.edu Sender: monnier@TEQUILA.SYSTEMSZ.CS.YALE.EDU From: Stefan Monnier Newsgroups: lists.zsh.workers Subject: Re: multiple background jobs of the same program References: <9709140326.AA21133@cryptica.UCSD.EDU> <19970914102839.45957@sco.com> <970914121042.ZM22784@candle.brasslantern.com> <19970914150505.11879@sco.com> <970914160910.ZM23900@candle.brasslantern.com> <19970914200202.04363@sco.com> <5len6q9692.fsf@tequila.systemsz.cs.yale.edu> <5ld8ma95sf.fsf@tequila.systemsz.cs.yale.edu> <970915075634.ZM30556@candle.brasslantern.com> Date: 15 Sep 1997 19:48:36 -0400 Message-ID: <5lafhe87fv.fsf@tequila.systemsz.cs.yale.edu> X-Newsreader: Gnus v5.5/Emacs 20.0 Path: tequila.systemsz.cs.yale.edu NNTP-Posting-Host: tequila.systemsz.cs.yale.edu Resent-Message-ID: <"E-SFi2.0.uA.3bS7q"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3497 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu "Bart Schaefer" writes: > What's $TMP ? When I first cut'n'pasted this, I got Nothing. I just happen to use /tmp/monnier instead of /tmp and many apps honor the TMP envvar for that (others use TMPDIR instead). I guess it would be nice if TMPPREFIX could take TMP (or TMPDIR) into account. Stefan