From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:16:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF1937B401 for ; Mon, 2 Jun 2003 10:16:50 -0700 (PDT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C13E43FB1 for ; Mon, 2 Jun 2003 10:16:49 -0700 (PDT) (envelope-from gaml@buz.ch) Received: (qmail 93564 invoked from network); 2 Jun 2003 17:16:48 -0000 Received: from dclient217-162-135-22.hispeed.ch (HELO gaxp1800.root.li) (217.162.135.22) by 0 with SMTP; 2 Jun 2003 17:16:48 -0000 Date: Mon, 2 Jun 2003 19:19:39 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.62i) Educational X-Priority: 3 (Normal) Message-ID: <38590009578.20030602191939@buz.ch> To: questions@freebsd.org In-Reply-To: <9588864859.20030602190035@buz.ch> References: <9588864859.20030602190035@buz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Using standard I/O on pipes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gabriel Ambuehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 17:16:51 -0000 Hi Gabriel Ambuehl, you wrote. GA> use printf() on stdout pipes in a shell neither) but maybe I'm GA> overlooking something. Actually, I was. My code didn't flush the buffers. I suppose I'll have to use pty to get around that sort of trouble with other people's code. Mpf. Regards, Gabriel