source:
trunk/essentials/app-shells/bash/tests/new-exp1.sub
Last change on this file was 3228, checked in by , 18 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.