02/15/2011 8:03 AM
post83171
|
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
|
|
|