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

bugs at busybox.net bugs at busybox.net
Mon Jul 14 19:53:27 PDT 2008


The following issue has been SUBMITTED. 
====================================================================== 
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 19:53 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

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

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         
======================================================================



More information about the busybox-cvs mailing list