source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tee/tee-appends-input
Last change on this file was 20, checked in by chris, 17 years ago | |
---|---|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[20] | 1 | echo i\'m a little teapot >foo |
2 | cp foo bar | |
3 | echo i\'m a little teapot >>foo | |
4 | echo i\'m a little teapot | busybox tee -a bar >/dev/null | |
5 | cmp foo bar |
Note: See TracBrowser
for help on using the repository browser.