Imported from ../bash-1.14.7.tar.gz.
This commit is contained in:
commit
726f63884d
402 changed files with 150297 additions and 0 deletions
12
tests/misc/redir.t4.sh
Normal file
12
tests/misc/redir.t4.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
echo "Point 1"
|
||||
exec 3</etc/passwd
|
||||
exec 4>a
|
||||
exec 5>b
|
||||
echo "Point 2"
|
||||
echo to a 1>&4
|
||||
echo to b 1>&5
|
||||
exec 11</etc/printcap
|
||||
echo "Point 3"
|
||||
echo to a 1>&4
|
||||
echo to b 1>&5
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue