tee-appends-input 144 B

12345
  1. echo i\'m a little teapot >foo
  2. cp foo bar
  3. echo i\'m a little teapot >>foo
  4. echo i\'m a little teapot | busybox tee -a bar >/dev/null
  5. cmp foo bar