From owner-freebsd-bugs Tue Mar 27 3:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E27F937B718 for ; Tue, 27 Mar 2001 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RBA4853556; Tue, 27 Mar 2001 03:10:04 -0800 (PST) (envelope-from gnats) Date: Tue, 27 Mar 2001 03:10:04 -0800 (PST) Message-Id: <200103271110.f2RBA4853556@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/26141: The FIFO file is not good!! Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26141; it has been noted by GNATS. From: David Malone To: csn@163.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/26141: The FIFO file is not good!! Date: Tue, 27 Mar 2001 12:09:32 +0100 On Tue, Mar 27, 2001 at 01:38:41AM -0800, csn@163.net wrote: > >How-To-Repeat: > I use command 'mkfifo test'; > on console1, I run 'cat test'; > on console2, I run 'cat test'; > on console3, I run 'tee test'; > on console3, I type few line; > > the result on console1 is different from console2. > > I think it is not good. The output on console1 and console2 should be different. Only one of the cat programs should output each line. This is what I see on FreeBSD-4.2-STABLE, Redhat 7.0 and Redhat 6.2. > if I only run 'echo abc > test'; > The command is not exit immediately. I see the same effect eith echo as I do with tee. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message