mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 23:20:49 +02:00
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#
|
|
# Test the effect of input buffering on the shell's input
|
|
#
|
|
echo this is redir.t3.sh
|
|
|
|
exec 0< redir.t3.sub
|
|
|
|
echo after exec in redir.t3.sh
|