echo "Point 1" exec 3/tmp/a exec 5>/tmp/b echo "Point 2" echo to a 1>&4 echo to b 1>&5 exec 11&4 echo to b 1>&5 exit 0