Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
app
/
busybox
/
src
/
testsuite
/
tee
/
tee-appends-input
blob: cff20bf7ffeec32bf523e850d2d03f04bf65eceb [
file
] [
log
] [
blame
]
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