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

8 lines
142 B
Text

#
# Test the effect of input buffering on the shell's input
#
echo this is redir1.sub
exec 0< redir2.sub
echo BUG: after exec in redir1.sub