From owner-freebsd-current@FreeBSD.ORG Tue Jun 24 16:45:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB20F37B404; Tue, 24 Jun 2003 16:45:07 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D80143FBD; Tue, 24 Jun 2003 16:45:06 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5ONj5t0054108; Wed, 25 Jun 2003 03:45:05 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5ONj4Lx054099; Wed, 25 Jun 2003 03:45:04 +0400 (MSD) Date: Wed, 25 Jun 2003 03:45:02 +0400 From: Andrey Chernov To: Juli Mallett Message-ID: <20030624234501.GA51779@nagual.pp.ru> References: <20030624183515.A42570@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030624183515.A42570@FreeBSD.org> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: tcsh being dodgy, or pipe code ishoos? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 23:45:08 -0000 On Tue, Jun 24, 2003 at 18:35:15 -0500, Juli Mallett wrote: > Anyone with insight into this? > > (jmallett@big-lizard:~)39% ( echo 1 ; ( ( echo 2 ; echo 3 ) | xargs -I% echo + % ) ) > 1 > + 2 > + 3 Loks like stdout/stderr mix, but I not check the code, so just raw guess.