source:
MondoRescue/trunk/mindi-busybox/testsuite/cat/cat-prints-a-file-and-standard-input@
3478
Last change on this file since 3478 was 821, checked in by , 18 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.