From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10274 invoked by alias); 25 Sep 2013 09:08:05 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17998 Received: (qmail 9562 invoked from network); 25 Sep 2013 09:07:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.3 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Re: zsh blocks at file truncation Date: Wed, 25 Sep 2013 08:49:04 +0000 (UTC) Organization: rayninfo Message-ID: References: <12896374.TIKZVcXBhR@localhost.localdomain> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 87-194-164-3.bethere.co.uk User-Agent: Xnews/2009.05.01 chandan wrote in news:12896374.TIKZVcXBhR@localhost.localdomain: > Hi all, > > Like most others I am trying to move from bash to zsh as my default > shell. > > On zsh, Why does the following block indefinitely? > > $ >file.txt The syntax for truncation I have is $ :> bigfile.log zzapper