nt9856x/BSP/busybox/testsuite/tee/tee-tees-input
2023-03-28 15:07:53 +08:00

4 lines
107 B
Plaintext

echo i\'m a little teapot >foo
echo i\'m a little teapot | busybox tee bar >baz
cmp foo bar && cmp foo baz