mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
5 lines
144 B
Text
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
|