Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 03:10:04 -0800 (PST)
From:      David Malone <dwmalone@maths.tcd.ie>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/26141: The FIFO file is not good!!
Message-ID:  <200103271110.f2RBA4853556@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/26141; it has been noted by GNATS.

From: David Malone <dwmalone@maths.tcd.ie>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103271110.f2RBA4853556>