Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tee-appends-input « tee « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cff20bf7ffeec32bf523e850d2d03f04bf65eceb (plain)
1
2
3
4
5
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