android_mt6572_jiabo/external/bash/tests/new-exp1.sub
2025-09-05 16:56:03 +08:00

11 lines
198 B
Text

expect()
{
echo expect "$@"
}
expect this is a test of proc subst
cat <(echo this is a test of proc subst)
echo this is test 2 > /tmp/x
expect this is test 2
cat <(cat /tmp/x)
rm -f /tmp/x