Imported from ../bash-2.0.tar.gz.
This commit is contained in:
parent
726f63884d
commit
ccc6cda312
502 changed files with 91988 additions and 69123 deletions
|
|
@ -1,7 +1,7 @@
|
|||
echo "Point 1"
|
||||
exec 3</etc/passwd
|
||||
exec 4>a
|
||||
exec 5>b
|
||||
exec 4>/tmp/a
|
||||
exec 5>/tmp/b
|
||||
echo "Point 2"
|
||||
echo to a 1>&4
|
||||
echo to b 1>&5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue