busybox/testsuite/tee/tee-appends-input
<<
>>
Prefs
   1echo i\'m a little teapot >foo
   2cp foo bar
   3echo i\'m a little teapot >>foo
   4echo i\'m a little teapot | busybox tee -a bar >/dev/null
   5cmp foo bar
   6