From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27222 invoked by alias); 16 Jan 2013 09:41:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30976 Received: (qmail 8620 invoked from network); 16 Jan 2013 09:41:03 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at linux.vnet.ibm.com does not designate permitted sender hosts) Date: Wed, 16 Jan 2013 17:30:22 +0800 From: Han Pingtian To: zsh-workers@zsh.org Subject: Re: SIGPIPE echoing to fifo exits zsh Message-ID: <20130116093022.GC2518@localhost.localdomain> References: <87r4lmlae4.fsf@gmail.com> <20130115231654.GB2518@localhost.localdomain> <130115185341.ZM18422@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <130115185341.ZM18422@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13011609-7182-0000-0000-000004790B35 On Tue, Jan 15, 2013 at 06:53:41PM -0800, Bart Schaefer wrote: > In short, when using FIFOs, synchronizing the amount of data written/read > by each side is the programmer's job; commands like "head" are not meant > to work that way. Thanks so much, Bart.