source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tee/tee-appends-input
@
144
Last change on this file since 144 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
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.