From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 966 invoked from network); 24 Apr 1999 06:23:01 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (?9XjFUjLO4Q4m70/Lj7vGLbAbzZVzMYLD?@203.24.36.3) by ns1.primenet.com.au with SMTP; 24 Apr 1999 06:23:01 -0000 Received: (qmail 2216 invoked from network); 23 Apr 1999 17:43:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by 203.24.36.3 with SMTP; 23 Apr 1999 17:43:20 -0000 Received: (qmail 24530 invoked by alias); 23 Apr 1999 17:40:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6086 Received: (qmail 24522 invoked from network); 23 Apr 1999 17:40:53 -0000 From: Jon McAuliffe Message-Id: <199904231740.KAA26586@anaconda.amazon.com> X-Authentication-Warning: anaconda.amazon.com: localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 2.0.2 2/24/98 To: zsh-workers@sunsite.auc.dk cc: jonm@amazon.com Subject: zsh overwrites non-newline-terminated output? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Apr 99 10:40:32 -0700 X-Mts: smtp i read the FAQ and manpage but could not determine how to adjust the following behavior: host:~/work [15] /bin/zsh host:~/work [1] echo -n fafa host:~/work [2] exit host:~/work [16] /bin/sh $ echo -n fafa fafa$ exit host:~/work [17] /bin/bash bash$ echo -n fafa fafabash$ exit host:~/work [18] /bin/csh csh% echo -n fafa fafacsh% exit host:~/work [19] /usr/local/bin/tcsh host:~/work [2] echo -n fafa fafahost:~/work [3] exit how do i tell zsh not to overwrite the output? please email replies to me directly, as i am not a member of this list. thanks jon.