source:
trunk/essentials/app-shells/bash/tests/new-exp1.sub@
3253
| Last change on this file since 3253 was 3228, checked in by , 19 years ago | |
|---|---|
| File size: 198 bytes | |
| Line | |
|---|---|
| 1 | expect() |
| 2 | { |
| 3 | echo expect "$@" |
| 4 | } |
| 5 | |
| 6 | expect this is a test of proc subst |
| 7 | cat <(echo this is a test of proc subst) |
| 8 | echo this is test 2 > /tmp/x |
| 9 | expect this is test 2 |
| 10 | cat <(cat /tmp/x) |
| 11 | rm -f /tmp/x |
Note:
See TracBrowser
for help on using the repository browser.
