OSDN Git Service

Rob Landley writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 26 May 2004 09:54:36 +0000 (09:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 26 May 2004 09:54:36 +0000 (09:54 -0000)
commitd4d01d2b9bc1452c6417864ea5b300d34088c19a
tree98b38a19c92ab2d1dcbbf1a305241f30f19f20ec
parent7f164cd05226615e9518e74eceb0b47c15cbe3e6
Rob Landley writes:

Run this test, against both busybox and a non-busybox version of "tee".

while true; do i=$[$i+1]; echo "hello $i"; sleep 1; done | ./busybox tee

Now run the busybox one again with the following small patch applied:
coreutils/tee.c