Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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