I would like to create a pipe in a ksh script (using exec) that pipe\'s to a tee, and sends the output to a pipe.
Current:
#Redirect EVE
There are |& and >&p in ksh, but I couldn't get them to do what you're looking for. Maybe you can.
|&
>&p