data/method/busybox/busybox-1.36.0/testsuite/tee/tee-appends-input

6 lines
144 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
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