busybox/testsuite/tee/tee-tees-input

4 lines
107 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
echo i\'m a little teapot >foo
echo i\'m a little teapot | busybox tee bar >baz
cmp foo bar && cmp foo baz