Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - redirecting stdout: (1 Item)
   
redirecting stdout  
Dear all,

I's a question probably asked for hundreds of times but for some reason I can't  find a satisfiying answer on the web. 
Is it possibe to redirect the output of a number of processes normally send to e.g. /dev/con3 to a psuedo terminal:     
/dev/ttyp#    (telnet). 

the processe are started within a script file like e.g:

#!/bin/ksh
reopen /dev/con3
process 1 &
process 2 &
....


Thanks Wim