mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-24 12:19:49 +00:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
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
|