| Summary: | The FIFO file is not good!! | ||
|---|---|---|---|
| Product: | Base System | Reporter: | csn <csn> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
csn
2001-03-27 11:30:03 UTC
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. State Changed From-To: open->analyzed This appears not to be a problem. Do you have anything further to add on this matter? State Changed From-To: analyzed->closed PR was determined to not be a bug |