commit | d4d01d2b9bc1452c6417864ea5b300d34088c19a | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 26 09:54:36 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 26 09:54:36 2004 +0000 |
tree | 98b38a19c92ab2d1dcbbf1a305241f30f19f20ec | |
parent | 7f164cd05226615e9518e74eceb0b47c15cbe3e6 [diff] |
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: