1
0
Fork 0
mirror of http://git.busybox.net/busybox/ synced 2025-01-18 23:45:10 +00:00
busybox/testsuite/tee/tee-appends-input
2001-10-30 23:11:20 +00:00

5 lines
144 B
Text

echo i\'m a little teapot >foo
cp foo bar
echo i\'m a little teapot >>foo
echo i\'m a little teapot | busybox tee -a bar >/dev/null
cmp foo bar