From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12397 invoked from network); 6 Dec 1996 21:28:32 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 6 Dec 1996 21:28:32 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA08411; Fri, 6 Dec 1996 16:13:33 -0500 (EST) Resent-Date: Fri, 6 Dec 1996 16:13:33 -0500 (EST) Message-Id: <199612062114.NAA12931@envy.ugcs.caltech.edu> To: zsh-workers@math.gatech.edu Subject: zsh 3.0.0 inconsistency X-Mailer: MH 6.8.3 X-URL: http://www.ugcs.caltech.edu/~huyle MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16837.849906835.1@gluttony.ugcs.caltech.edu> Date: Fri, 06 Dec 1996 13:13:55 -0800 From: Huy Le Resent-Message-ID: <"kjY173.0.J32.yn8go"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2542 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu You might consider this a bug or you might not: % i=1 % time /bin/echo $i > $i /bin/echo 1 > $i 0.00s user 0.03s system 27% cpu 0.111 total ^^ ^^ note the difference Huy