[BusyBox 0004134]: tee - does not copy input twice to stdout

bugs at busybox.net bugs at busybox.net
Mon Jul 14 22:09:30 PDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=4134 
====================================================================== 
Reported By:                cristic
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   4134
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-14-2008 19:53 PDT
Last Modified:              07-14-2008 22:09 PDT
====================================================================== 
Summary:                    tee - does not copy input twice to stdout
Description: 
In busybox-1.11.1, "tee -" does not copy the input twice to standard
output, as expected:

$ echo abc >A
$ ./tee - <A
abc
$

Here is the behavior for tee in GNU coreutils 6.12:
$ tee - <A
abc
abc
$

Thank you,
Cristian

====================================================================== 

---------------------------------------------------------------------- 
 vda - 07-14-08 22:09  
---------------------------------------------------------------------- 
Please test attached 7.patch 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-14-08 19:53  cristic        New Issue                                    
07-14-08 19:53  cristic        Status                   new => assigned     
07-14-08 19:53  cristic        Assigned To               => BusyBox         
07-14-08 22:09  vda            File Added: 7.patch                          
07-14-08 22:09  vda            Note Added: 0009304                          
======================================================================



More information about the busybox-cvs mailing list