source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/cat/cat-prints-a-file-and-standard-input
@
27
Last change on this file since 27 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 106 bytes |
Line | |
---|---|
1 | echo I WANT > foo |
2 | echo SOMETHING | busybox cat foo - >bar |
3 | cat >baz <<EOF |
4 | I WANT |
5 | SOMETHING |
6 | EOF |
7 | cmp bar baz |
Note: See TracBrowser
for help on using the repository browser.