![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pseudo-terminal will not be allocated because stdin is not a terminal. | Shivdatta | UNIX for Advanced & Expert Users | 1 | 08-04-2008 07:29 AM |
| Control process from different terminal (over SSH) | rakeshou | UNIX for Advanced & Expert Users | 3 | 12-19-2007 05:48 PM |
| terminal device control through a C/C++ program | ku@ntum | High Level Programming | 5 | 05-23-2007 10:44 AM |
| Terminal Control Database Entry | kayode | SCO | 2 | 10-23-2003 02:58 AM |
| connecting to unix through hyper terminal - as a dumb terminal | michelle | UNIX for Advanced & Expert Users | 2 | 11-05-2001 12:32 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I call "rsh -l username HOSTMANE myscript.sh" from the script on TRU64 OSF1 cluster. The myscript.sh does some logic one the different cluster node
and output requested info on my terminal. If I try to use commands to control output (clear, tput etc..) it just does not work. Obviously the rsh looses original tty but it still knows where to sent output .. Question - Is it possible somehow to use 'tput' commands from myscript.sh invoked by remote shell. Thanks Zam |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Not really, since a non interactive login using rsh does not get allocated a tty.
|
|
#3
|
|||
|
|||
|
You mean there is no work around if need to send output to a certain position on the screen.
|
|||
| Google The UNIX and Linux Forums |