Imported from ../bash-2.01.tar.gz.
This commit is contained in:
parent
ccc6cda312
commit
d166f04881
304 changed files with 14702 additions and 13012 deletions
|
|
@ -1,26 +0,0 @@
|
|||
read line1
|
||||
|
||||
echo read line1 \"$line1\"
|
||||
|
||||
exec 4</etc/passwd
|
||||
|
||||
exec 5<&0
|
||||
exec 0<&4
|
||||
|
||||
read line2
|
||||
|
||||
echo read line2 \"$line2\"
|
||||
|
||||
exec 0<&5
|
||||
|
||||
read line3
|
||||
|
||||
echo read line3 \"$line3\"
|
||||
|
||||
exec 0<&4
|
||||
|
||||
read line4
|
||||
|
||||
echo read line4 \"$line4\"
|
||||
|
||||
exec 4<&-
|
||||
Loading…
Add table
Add a link
Reference in a new issue